Skip to content

Commit

Permalink
feat: update to node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
ThorbenSchiller committed Oct 26, 2023
1 parent a54b492 commit f6835f1
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

- uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20
cache: "npm"
- run: npm ci --prefer-offline
- run: npm test
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:18-alpine
FROM node:20-alpine

WORKDIR /usr/app

Expand Down
19 changes: 14 additions & 5 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@testing-library/react": "^14.0.0",
"@types/jest": "^29.5.5",
"@types/kuromoji": "^0.1.1",
"@types/node": "^18.18.0",
"@types/node": "^20.8.9",
"@types/react": "^18.2.18",
"@types/react-dom": "^18.2.7",
"@types/react-paginate": "^7.1.1",
Expand Down

0 comments on commit f6835f1

Please sign in to comment.