From 38e8483f815bae89fb662107c5bde630ac215db8 Mon Sep 17 00:00:00 2001 From: Jakub Jankiewicz Date: Mon, 5 Feb 2024 16:28:42 +0100 Subject: [PATCH] update GitHub workflow --- .github/workflows/build.yaml | 2 +- .github/workflows/codespell.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 071ee4f13..e51e0d5fe 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -23,7 +23,7 @@ jobs: - name: setup node uses: actions/setup-node@v3 with: - node-version: '16' + node-version: '20' - run: npm ci - run: make - run: make lint diff --git a/.github/workflows/codespell.yaml b/.github/workflows/codespell.yaml index 344a6c1c8..ac7aca7f9 100644 --- a/.github/workflows/codespell.yaml +++ b/.github/workflows/codespell.yaml @@ -20,6 +20,6 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Codespell - uses: codespell-project/actions-codespell@v2 \ No newline at end of file + uses: codespell-project/actions-codespell@v2