From 9a7aba5e398d2329b62bc52596d315c8c7d3958b Mon Sep 17 00:00:00 2001 From: Dread Knight Date: Mon, 5 Dec 2022 06:00:56 +0200 Subject: [PATCH] Update nodejs.yml hopefully fixes #2128 --- .github/workflows/nodejs.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 01c2d36a5..f36506266 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -10,11 +10,11 @@ jobs: runs-on: ubuntu-18.04 steps: - - uses: actions/checkout@v2 - - name: Use Node.js 12 + - uses: actions/checkout@v3 + - name: Use Node.js 16 uses: actions/setup-node@v1 with: - node-version: 12 + node-version: 16 - run: npm ci - name: Asset generator run: npm run assetLister @@ -44,4 +44,4 @@ jobs: uses: peaceiris/actions-gh-pages@v3 with: github_token: ${{ secrets.GITHUB_TOKEN }} - publish_dir: ./deploy \ No newline at end of file + publish_dir: ./deploy