Skip to content

Commit

Permalink
Run tests on Node.js 22
Browse files Browse the repository at this point in the history
  • Loading branch information
mattbaileyuk authored Nov 28, 2024
1 parent 63e1a27 commit 01d0fa8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/jsonata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12.x, 14.x, 16.x, 18.x, 20.x]
node-version: [12.x, 14.x, 16.x, 18.x, 20.x, 22.x]
steps:
- name: Checkout
uses: actions/checkout@v3
Expand All @@ -26,10 +26,10 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Use Node.js 18.x
- name: Use Node.js 22.x
uses: actions/setup-node@v3
with:
node-version: 18.x
node-version: 22.x
- name: Install and build
run: npm install && npm test
- name: Publish to NPM
Expand All @@ -47,10 +47,10 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Use Node.js 18.x
- name: Use Node.js 22.x
uses: actions/setup-node@v3
with:
node-version: 18.x
node-version: 22.x
- name: Build documentation
run: |
cd website
Expand Down

0 comments on commit 01d0fa8

Please sign in to comment.