Skip to content

Commit

Permalink
actions/setup-node@4
Browse files Browse the repository at this point in the history
  • Loading branch information
justinvdm committed Jul 10, 2024
1 parent 336f648 commit a6065d3
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/checkout@v3

# It doesn't have Node.js either; we have to set it up before we can do Node.js things.
- uses: actions/setup-node@v3
- uses: actions/setup-node@4
with:
node-version: 16
corepack: true
Expand Down

0 comments on commit a6065d3

Please sign in to comment.