From 45785f6e5f954c68c62e826b60fac72b40e8d780 Mon Sep 17 00:00:00 2001 From: hybridherbst Date: Tue, 17 Sep 2024 17:22:45 +0200 Subject: [PATCH] Update nodejs version in deploy-docs.yaml --- .github/workflows/deploy-docs.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy-docs.yaml b/.github/workflows/deploy-docs.yaml index 56574d48e..dab8605ab 100644 --- a/.github/workflows/deploy-docs.yaml +++ b/.github/workflows/deploy-docs.yaml @@ -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 @@ -131,7 +131,7 @@ 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 @@ -139,4 +139,4 @@ jobs: - name: Test Links run: npm run test:links env: - DEPLOY_DISCORD_WEBHOOK: ${{ secrets.DEPLOY_DISCORD_WEBHOOK }} \ No newline at end of file + DEPLOY_DISCORD_WEBHOOK: ${{ secrets.DEPLOY_DISCORD_WEBHOOK }}