Skip to content

Commit

Permalink
Update nodejs to version 20
Browse files Browse the repository at this point in the history
  • Loading branch information
FreezyLemon committed Nov 3, 2023
1 parent 0014e85 commit e817725
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
uses: actions/setup-node@v3
with:
cache: npm
node-version: 16
node-version: 20

- name: load node_modules from cache
id: cache-node-modules
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/refresh-cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: actions/setup-node@v3
with:
cache: npm
node-version: 16
node-version: 20

- name: check node_modules cache
id: cache-node-modules
Expand Down

0 comments on commit e817725

Please sign in to comment.