Skip to content

Commit

Permalink
ci: upgrade actions and setup-node versions
Browse files Browse the repository at this point in the history
  • Loading branch information
zaldih authored May 27, 2024
1 parent f411f59 commit 476b22a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
node-version: [14.x, 16.x, 18.x, 22.x]
node-version: [14, 16, 18, 22]
include:
- os: macos-latest
node-version: 21.x
node-version: 21

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 476b22a

Please sign in to comment.