Skip to content

Commit

Permalink
Update NodeJS version for asdf
Browse files Browse the repository at this point in the history
Signed-off-by: Lukas Taegert-Atkinson <[email protected]>
  • Loading branch information
lukastaegert committed Dec 1, 2023
1 parent 223f698 commit a2a3f57
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20
- name: Install dependencies
run: npm ci
- name: Run tests
Expand All @@ -34,7 +34,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20
- name: Install dependencies
run: npm ci
- name: Install Playwright Browsers
Expand Down
2 changes: 2 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@ backend/sendmessage/build
frontend/dist
frontend/dist-ssr
backend/packaged.yaml
.tool-versions
.prettierignore
3 changes: 1 addition & 2 deletions .tool-versions
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
nodejs lts-gallium
# Gallium = Node v16
nodejs 20.10.0
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"ws": "^8.14.1"
},
"engines": {
"node": ">=18.0.0",
"npm": ">=9.0.0"
"node": ">=20.0.0",
"npm": ">=10.0.0"
}
}

0 comments on commit a2a3f57

Please sign in to comment.