Skip to content

Commit

Permalink
Update Nodejs version
Browse files Browse the repository at this point in the history
  • Loading branch information
ehuelsmann committed Oct 28, 2023
1 parent c2427b2 commit f8e3f5d
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 @@ -45,8 +45,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 npm files
id: cache-npm
Expand Down

0 comments on commit f8e3f5d

Please sign in to comment.