Skip to content

Commit

Permalink
chore: update node and pnpm version in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ElMassimo committed Nov 16, 2023
1 parent 84c3a12 commit 12e354a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ jobs:
- name: Use Node.js ${{ matrix.node }}
uses: actions/setup-node@v1
with:
node-version: 14.x
node-version: 18.x

- uses: pnpm/[email protected]
with:
version: 5.13.6
version: 8.8.0
run_install: |
- recursive: false
Expand Down

0 comments on commit 12e354a

Please sign in to comment.