1
0
Fork 0
mirror of https://code.forgejo.org/actions/git-backporting synced 2025-03-15 14:44:39 +01:00

build: upgrade to node20 for gha (#102)

This commit is contained in:
Andrea Lamparelli 2024-03-07 09:35:08 +01:00 committed by GitHub
parent bce5dd4f99
commit c8ede8d4e2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 4 additions and 4 deletions

View file

@ -13,9 +13,9 @@ jobs:
name: ${{ matrix.os }} - node ${{ matrix.node-version }} name: ${{ matrix.os }} - node ${{ matrix.node-version }}
strategy: strategy:
matrix: matrix:
node-version: [16, 18] node-version: [16, 18, 20]
os: [ubuntu-latest] os: [ubuntu-latest]
fail-fast: true fail-fast: false
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
steps: steps:

View file

@ -18,7 +18,7 @@ jobs:
name: ${{ matrix.os }} - node ${{ matrix.node-version }} name: ${{ matrix.os }} - node ${{ matrix.node-version }}
strategy: strategy:
matrix: matrix:
node-version: [16, 18] node-version: [16, 18, 20]
os: [ubuntu-latest] os: [ubuntu-latest]
fail-fast: false fail-fast: false
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}

View file

@ -72,7 +72,7 @@ inputs:
required: false required: false
runs: runs:
using: node16 using: node20
main: dist/gha/index.js main: dist/gha/index.js
branding: branding: