Skip to content

Commit

Permalink
Merge pull request #313 from fedwiki/paul90-patch-1
Browse files Browse the repository at this point in the history
Update Actions and Node.js versions used
  • Loading branch information
paul90 authored Feb 17, 2024
2 parents c4ffd6c + cbaf31d commit 76167e9
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,14 @@ jobs:
matrix:
# Releases https://github.com/nodejs/release#release-schedule
node-version:
- 18.x # LTS
- 19.x # Current
- 18.x # Maintenance
- 20.x # LTS
- 21.x # Current

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 }}
- run: npm ci
Expand Down

0 comments on commit 76167e9

Please sign in to comment.