Skip to content

Commit

Permalink
chore: bump NPM version for docs
Browse files Browse the repository at this point in the history
  • Loading branch information
a-h committed Aug 22, 2023
1 parent 8f2040d commit 5d4f365
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
uses: actions/configure-pages@v3
- uses: actions/setup-node@v3
with:
node-version: '16'
node-version: '18'
cache: npm
cache-dependency-path: "./docs/package-lock.json"
- name: Install Node.js dependencies
Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@
]
},
"engines": {
"node": ">=16.14"
"node": ">=18.16"
}
}

0 comments on commit 5d4f365

Please sign in to comment.