Skip to content

Commit

Permalink
update setup-node to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
JWShuff committed Mar 11, 2024
1 parent 532d2c7 commit 421a9ca
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,18 @@ on:
push:
branches: [ $default-branch ]
pull_request:
branches: [ $default-branch ]

types: [opened, synchronize]
jobs:
build:

runs-on: ubuntu-latest

strategy:
matrix:
node-version: [12.x, 14.x, 16.x]
node-version: [12.x, 14.x, 16.x, 20.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
Expand Down

0 comments on commit 421a9ca

Please sign in to comment.