Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kael-shipman committed Jan 19, 2024
1 parent 3081db9 commit 1bb3a1e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ jobs:
- uses: actions/checkout@v4
name: Checkout

- name: Replace node version with ${{ matrix.node-version }}
run: |
OUTPUT="$(jq --arg nodeVersion "${{ matrix.node-version }}" '.engines.node = $nodeVersion' package.json)"
echo "$OUTPUT" > package.json
- uses: wymp/devops/actions/setup-node-pnpm@v1

- run: pnpm i && pnpm check
Expand Down

0 comments on commit 1bb3a1e

Please sign in to comment.