Skip to content

Commit

Permalink
Use Node version 20 in GitHub CI
Browse files Browse the repository at this point in the history
  • Loading branch information
VaiTon committed Jan 17, 2024
1 parent 04e72f3 commit 622b407
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

- uses: actions/setup-node@v3
with:
node-version: latest
node-version: 20
cache: 'pnpm'

- run: pnpm install --frozen-lockfile
Expand Down

0 comments on commit 622b407

Please sign in to comment.