From 99717d99a5417c2bb9248eb7e6bde531e3642b4c Mon Sep 17 00:00:00 2001 From: Matt Bailey Date: Fri, 16 Dec 2022 08:08:15 +0000 Subject: [PATCH] Update jsonata.yml (#605) --- .github/workflows/jsonata.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/jsonata.yml b/.github/workflows/jsonata.yml index 8e1eb6f3..d388723f 100644 --- a/.github/workflows/jsonata.yml +++ b/.github/workflows/jsonata.yml @@ -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 @@ -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 @@ -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