Skip to content

Commit

Permalink
Update nodejs version in deploy-docs.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
hybridherbst committed Sep 17, 2024
1 parent a6aa563 commit 45785f6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
uses: actions/setup-node@v1
with:
# choose node.js version to use
node-version: '16'
node-version: '20.15'

# install dependencies if the cache did not hit
- name: Install dependencies
Expand Down Expand Up @@ -131,12 +131,12 @@ jobs:
uses: actions/setup-node@v1
with:
# choose node.js version to use
node-version: '16'
node-version: '20.15'

- name: Install dependencies
run: npm install

- name: Test Links
run: npm run test:links
env:
DEPLOY_DISCORD_WEBHOOK: ${{ secrets.DEPLOY_DISCORD_WEBHOOK }}
DEPLOY_DISCORD_WEBHOOK: ${{ secrets.DEPLOY_DISCORD_WEBHOOK }}

0 comments on commit 45785f6

Please sign in to comment.