Skip to content

Commit

Permalink
Merge pull request #7686 from ehuelsmann/update-nodejs
Browse files Browse the repository at this point in the history
Update Nodejs version
  • Loading branch information
ehuelsmann authored Oct 28, 2023
2 parents b458aa7 + ca512b9 commit b140ec0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ jobs:
- name: Setup Node.js environment
uses: actions/setup-node@v4
with:
# Version Spec of the version to use. Examples: 12.x, 10.15.1, >=10.15.0
node-version: '16'
# Keep aligned with what's in the dev image...
node-version: '20'

- name: Cache node_module
id: cache-node_modules
Expand Down

0 comments on commit b140ec0

Please sign in to comment.