From e0b818220d3594da1ab099ab9b02b31a542ebfed Mon Sep 17 00:00:00 2001 From: "Tim J. Kicker" Date: Thu, 18 May 2023 12:00:10 +0200 Subject: [PATCH] try and error nr1 --- .github/workflows/pages.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index aaea329..406dede 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -16,10 +16,10 @@ jobs: token: ${{ secrets.GITHUB_TOKEN }} # If your repository depends on submodule, please see: https://github.com/actions/checkout submodules: recursive - - name: Use Node.js 20.x + - name: Use Node.js 16.x uses: actions/setup-node@v2 with: - node-version: '20' + node-version: '16' - name: Cache NPM dependencies uses: actions/cache@v2 with: