Skip to content

Commit

Permalink
Update node to v20
Browse files Browse the repository at this point in the history
  • Loading branch information
rodmax committed Oct 7, 2024
1 parent 1394cd3 commit c8fa288
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-pages-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

strategy:
matrix:
node-version: [16.x]
node-version: [20.x]

steps:
- uses: actions/checkout@v2
Expand Down
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
"name": "dev-points",
"version": "0.0.0",
"private": true,
"engineStrict": true,
"engines": {
"node": ">=20.10.0"
},
"scripts": {
"docusaurus": "docusaurus",
"start": "docusaurus start --no-open",
Expand Down

0 comments on commit c8fa288

Please sign in to comment.