Skip to content

Commit

Permalink
chore: bump Node version to 20 (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
lars-berger authored Dec 27, 2023
1 parent 56703a3 commit 583d29e
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 55 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,15 @@ name: CI

on: push

env:
node_version: ${{ vars.NODE_VERSION }}

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: ${{ env.node_version }}
node-version: 20
cache: npm

- run: npm ci
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v18
20
67 changes: 20 additions & 47 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 @@ -32,7 +32,7 @@
}
},
"devDependencies": {
"@types/node": "18.13.0",
"@types/node": "20.10.5",
"@types/ws": "8.5.5",
"prettier": "3.0.1",
"typescript": "5.1.6",
Expand Down

0 comments on commit 583d29e

Please sign in to comment.