Skip to content

Commit

Permalink
Update node to v20
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbaumgertner committed Oct 5, 2023
1 parent d8863b3 commit 973f875
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Node Setup
uses: actions/setup-node@v1
uses: actions/setup-node@v3
with:
node-version: '20'

- name: Install dependencies
run: npm install
Expand Down
8 changes: 4 additions & 4 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 @@ -28,7 +28,7 @@
"url": "https://github.com/curehht/curehht.github.io/issues"
},
"devDependencies": {
"@types/node": "^16.18.57",
"@types/node": "^20.8.2",
"@types/react": "^18.2.25",
"typescript": "^4.9.5"
}
Expand Down

0 comments on commit 973f875

Please sign in to comment.