Skip to content

Commit

Permalink
use node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexChesters committed Apr 8, 2024
1 parent e83cca1 commit 45c6689
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: set up node.js
uses: actions/setup-node@v1
with:
node-version: 18
node-version: 20
- name: install dependencies
run: npm ci
- name: build code
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: set up node.js
uses: actions/setup-node@v1
with:
node-version: 18
node-version: 20
- name: install dependencies
run: npm ci
- name: build code
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: set up node.js
uses: actions/setup-node@v1
with:
node-version: 18
node-version: 20
- name: install dependencies
run: npm ci
- name: build code
Expand Down

0 comments on commit 45c6689

Please sign in to comment.