From 5eb2d2784b68630dacba0dd74aca6fd2ab632df0 Mon Sep 17 00:00:00 2001 From: pathmapper Date: Fri, 5 Jan 2024 09:56:52 +0100 Subject: [PATCH 1/2] Use node 20 for workflows --- .github/workflows/build_sprites.yml | 2 +- .github/workflows/ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_sprites.yml b/.github/workflows/build_sprites.yml index 8228d83..3446301 100644 --- a/.github/workflows/build_sprites.yml +++ b/.github/workflows/build_sprites.yml @@ -13,7 +13,7 @@ jobs: - name: Setup node uses: actions/setup-node@v4.0.1 with: - node-version: 18 + node-version: 20 - name: Build run: | diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f400396..622c9bd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: strategy: matrix: - node-version: [18.x] + node-version: 20 steps: - uses: actions/checkout@v4.1.1 From 76f51128ddf65822ec1a38c52dabfb5d084416fc Mon Sep 17 00:00:00 2001 From: pathmapper Date: Fri, 5 Jan 2024 10:05:16 +0100 Subject: [PATCH 2/2] Update ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 622c9bd..34a67da 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: strategy: matrix: - node-version: 20 + node-version: [20] steps: - uses: actions/checkout@v4.1.1