Skip to content

Commit

Permalink
setting supported Nodejs version
Browse files Browse the repository at this point in the history
  • Loading branch information
uweDuesing committed Apr 9, 2024
1 parent 25868b9 commit b61f838
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: '^21.7.2'
node-version: '^20.9.0'

- name: Install dependencies
run: npm install
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"serve:ssr:nextStep": "node dist/next-step/server/server.mjs"
},
"engines": {
"node": "21.7.2"
"node": "20.9.0"
},
"private": true,
"dependencies": {
Expand Down

0 comments on commit b61f838

Please sign in to comment.