Skip to content

Commit

Permalink
build(deps): use v4 of setup-node action, use node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
mikehardy committed Feb 1, 2024
1 parent dfdc038 commit d940d24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ jobs:
uses: actions/checkout@v4

- name: Set Node.JS
uses: actions/setup-node@master
uses: actions/setup-node@v4
with:
node-version: 16.x
node-version: 20

- name: npm install
run: npm install
Expand Down

0 comments on commit d940d24

Please sign in to comment.