Skip to content

Commit

Permalink
Update jsonata.yml (#605)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattbaileyuk authored Dec 16, 2022
1 parent d6b462d commit 99717d9
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]
node-version: [12.x, 14.x, 16.x, 18.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 16.x
- name: Use Node.js 18.x
uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: 18.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 16.x
- name: Use Node.js 18.x
uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: 18.x
- name: Build documentation
run: |
cd website
Expand Down

0 comments on commit 99717d9

Please sign in to comment.