Skip to content

Commit

Permalink
Update deploy_docsy.yml
Browse files Browse the repository at this point in the history
make use of npm 20
  • Loading branch information
gautierchomel authored Mar 20, 2024
1 parent 33b5fa2 commit 09eefcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_docsy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: '18'
node-version: '20'
cache: 'npm'
# The action defaults to search for the dependency file (package-lock.json,
# npm-shrinkwrap.json or yarn.lock) in the repository root, and uses its
Expand Down

0 comments on commit 09eefcc

Please sign in to comment.