Skip to content

Commit

Permalink
Bump to node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
oblador committed Jan 25, 2024
1 parent f2d8a5c commit 9a6d84b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ name: Tests

on:
push:
branches:
- master
pull_request:
branches:
- master
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v16.20.0
v20.11.0
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"publish-docs": "GIT_USER=oblador yarn workspace @loki/website publish-gh-pages"
},
"engines": {
"node": ">=16"
"node": ">=20"
},
"author": {
"name": "Joel Arvidsson",
Expand Down

0 comments on commit 9a6d84b

Please sign in to comment.