Skip to content

Commit

Permalink
Github workflow: Upgrade to Node JS 20 (Latest LTS)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesst20 committed May 28, 2024
1 parent 6fddaa6 commit e7f8357
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: 16.15
node-version: 20

- name: Cache node modules
uses: actions/cache@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: 16.15
node-version: 20

- name: Cache node modules
uses: actions/cache@v2
Expand Down

0 comments on commit e7f8357

Please sign in to comment.