Skip to content

Commit

Permalink
Merge pull request #116 from legobeat/ci-update-versions
Browse files Browse the repository at this point in the history
ci: update versions
  • Loading branch information
paulmillr authored Aug 28, 2024
2 parents bc9eb71 + 9dce333 commit a3328bd
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,19 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node: [18, 20]
node:
- 18
- 20
- 22
os: [ubuntu-latest]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
- name: Use Node.js ${{ matrix.node }}
uses: actions/setup-node@v3
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4
with:
node-version: ${{ matrix.node }}
registry-url: 'https://registry.npmjs.org'
cache: 'npm'
- run: npm ci
- name: Build and run tests
run: |
Expand Down

0 comments on commit a3328bd

Please sign in to comment.