Skip to content

Commit

Permalink
Does bumping actions/setup-node help?
Browse files Browse the repository at this point in the history
Changing node-version to 16 didn't change it in the CI job, we still get
an error saying we're on node 14
  • Loading branch information
omnibs committed May 17, 2024
1 parent 7f808f5 commit 551efad
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 @@ -16,7 +16,7 @@ jobs:
- uses: pnpm/action-setup@v2.1.0
with:
version: ^6.10
- uses: actions/setup-node@v2
- uses: actions/setup-node@v4
with:
node-version: '16'
cache: 'pnpm'
Expand Down

0 comments on commit 551efad

Please sign in to comment.