Skip to content

Commit

Permalink
ci: update actions/setup-node to latest
Browse files Browse the repository at this point in the history
and replace Node 21 with 22.
  • Loading branch information
orgads committed Apr 30, 2024
1 parent 4ca86d2 commit 4d12fc2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ jobs:

strategy:
matrix:
node-version: [16.x, 18.x, 20.x, 21.x]
node-version: [16, 18, 20, 22]

steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: npm install
Expand Down

0 comments on commit 4d12fc2

Please sign in to comment.