From 2979a3de4cc3cf37bc1501834ac1413df1026016 Mon Sep 17 00:00:00 2001 From: James Anthony Williams <81305008+JAWilliamsONS@users.noreply.github.com> Date: Wed, 24 Jan 2024 09:40:05 +0000 Subject: [PATCH] chore: update node version from 16 to 18 --- .github/workflows/test.js.yml | 6 +++--- appengine_templates/app.yaml.tpl | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test.js.yml b/.github/workflows/test.js.yml index 5048deac..4e4e93f2 100644 --- a/.github/workflows/test.js.yml +++ b/.github/workflows/test.js.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [ 16.x ] + node-version: [ 18.x ] steps: - uses: actions/checkout@v2 - name: Use Node.js ${{ matrix.node-version }} @@ -31,7 +31,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [ 16.x ] + node-version: [ 18.x ] steps: - uses: actions/checkout@v2 - name: Use Node.js ${{ matrix.node-version }} @@ -39,4 +39,4 @@ jobs: with: node-version: ${{ matrix.node-version }} - run: yarn install - - run: yarn run lint \ No newline at end of file + - run: yarn run lint diff --git a/appengine_templates/app.yaml.tpl b/appengine_templates/app.yaml.tpl index 9812a0cb..296aedb4 100644 --- a/appengine_templates/app.yaml.tpl +++ b/appengine_templates/app.yaml.tpl @@ -1,5 +1,5 @@ service: tobi-ui -runtime: nodejs16 +runtime: nodejs18 vpc_access_connector: name: projects/_PROJECT_ID/locations/europe-west2/connectors/vpcconnect