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 1c86e3d commit ca53d03
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 16 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
18 changes: 9 additions & 9 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@testing-library/jest-dom": "^6.1.3",
"@testing-library/preact": "^3.2.3",
"@types/aws-lambda": "^8.10.121",
"@types/node": "^18.17.15",
"@types/node": "20.0.0",
"@types/ws": "^8.5.5",
"@typescript-eslint/eslint-plugin": "^6.7.0",
"@typescript-eslint/parser": "^6.7.0",
Expand Down 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 ca53d03

Please sign in to comment.