From caf6c4864cdd05593736c9a41bd25e498b71cfc6 Mon Sep 17 00:00:00 2001 From: Niek van der Maas Date: Mon, 29 Apr 2024 14:24:23 +0200 Subject: [PATCH] Bump GH actions deps --- .github/workflows/lint.yml | 2 +- .github/workflows/pages.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 64d9f43..e10def3 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -15,7 +15,7 @@ jobs: - name: Setup Node uses: actions/setup-node@v4 with: - node-version: '18' + node-version: '20' - name: Lint run: npm ci && npx eslint . \ No newline at end of file diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index 2dbe6d0..a8303c5 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -20,13 +20,13 @@ jobs: - name: Setup Node uses: actions/setup-node@v4 with: - node-version: '18' + node-version: '20' - name: Build run: npm ci && npm run lint && npm run build:github - name: Deploy - uses: peaceiris/actions-gh-pages@v3 + uses: peaceiris/actions-gh-pages@v4 with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: ./dist \ No newline at end of file