Skip to content

Commit

Permalink
Upgrade node version
Browse files Browse the repository at this point in the history
  • Loading branch information
curder committed Feb 26, 2024
1 parent 31075e0 commit 8385959
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: '16.x'
node-version: '18.x'

- name: Cache dependencies
uses: actions/cache@v2
Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,8 @@
},
"devDependencies": {
"vitepress": "^1.0.0-alpha.26"
},
"engines": {
"node": ">=18"
}
}

0 comments on commit 8385959

Please sign in to comment.