Skip to content

Commit 99717d9

Browse files
authored
Update jsonata.yml (#605)
1 parent d6b462d commit 99717d9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/jsonata.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
strategy:
1111
matrix:
12-
node-version: [12.x, 14.x, 16.x]
12+
node-version: [12.x, 14.x, 16.x, 18.x]
1313
steps:
1414
- name: Checkout
1515
uses: actions/checkout@v3
@@ -26,10 +26,10 @@ jobs:
2626
steps:
2727
- name: Checkout
2828
uses: actions/checkout@v3
29-
- name: Use Node.js 16.x
29+
- name: Use Node.js 18.x
3030
uses: actions/setup-node@v3
3131
with:
32-
node-version: 16.x
32+
node-version: 18.x
3333
- name: Install and build
3434
run: npm install && npm test
3535
- name: Publish to NPM
@@ -47,10 +47,10 @@ jobs:
4747
steps:
4848
- name: Checkout
4949
uses: actions/checkout@v3
50-
- name: Use Node.js 16.x
50+
- name: Use Node.js 18.x
5151
uses: actions/setup-node@v3
5252
with:
53-
node-version: 16.x
53+
node-version: 18.x
5454
- name: Build documentation
5555
run: |
5656
cd website

0 commit comments

Comments
 (0)