diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 046dd4a..c8afc45 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,9 +13,9 @@ jobs: name: ${{ matrix.os }} - node ${{ matrix.node-version }} strategy: matrix: - node-version: [16, 18] + node-version: [16, 18, 20] os: [ubuntu-latest] - fail-fast: true + fail-fast: false runs-on: ${{ matrix.os }} steps: diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index a72fe6c..ea2d6e0 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -18,7 +18,7 @@ jobs: name: ${{ matrix.os }} - node ${{ matrix.node-version }} strategy: matrix: - node-version: [16, 18] + node-version: [16, 18, 20] os: [ubuntu-latest] fail-fast: false runs-on: ${{ matrix.os }} diff --git a/action.yml b/action.yml index aad7087..04c4626 100644 --- a/action.yml +++ b/action.yml @@ -72,7 +72,7 @@ inputs: required: false runs: - using: node16 + using: node20 main: dist/gha/index.js branding: