From e5fa5a8fe51d76f770ad9d240e4ad5898b1c6a53 Mon Sep 17 00:00:00 2001 From: bbhtt Date: Mon, 29 Jul 2024 22:11:15 +0530 Subject: [PATCH] Bump Node.js to node 18 Required by actions/artifact v2 --- .github/workflows/flatpak-test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/flatpak-test.yml b/.github/workflows/flatpak-test.yml index c968b686..2aebb861 100644 --- a/.github/workflows/flatpak-test.yml +++ b/.github/workflows/flatpak-test.yml @@ -87,7 +87,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [16.x, 18.x, 20.x] + node-version: [18.x, 20.x] steps: - uses: actions/checkout@v4 - name: Use Node.js ${{ matrix.node-version }} @@ -104,10 +104,10 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - name: Use Node.js 16 + - name: Use Node.js 18 uses: actions/setup-node@v3 with: - node-version: "16" + node-version: "18" - run: yarn install --also=dev working-directory: flatpak-builder - run: yarn run eslint .