Skip to content

Commit

Permalink
trying to adjust build
Browse files Browse the repository at this point in the history
  • Loading branch information
uweDuesing committed Apr 9, 2024
1 parent 1687a73 commit 25868b9
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: '^20.x'
node-version: '^21.7.2'

- 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": "^20.x"
"node": "21.7.2"
},
"private": true,
"dependencies": {
Expand Down

0 comments on commit 25868b9

Please sign in to comment.