Skip to content

Commit

Permalink
Merge pull request #570 from ONSdigital/BLAIS5-4074
Browse files Browse the repository at this point in the history
Promote from BLAIS5-4074 to main
  • Loading branch information
SidraJaved authored Jan 25, 2024
2 parents bc5dc53 + 2979a3d commit 88a5b2d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand All @@ -31,12 +31,12 @@ 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 }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: yarn install
- run: yarn run lint
- run: yarn run lint
2 changes: 1 addition & 1 deletion appengine_templates/app.yaml.tpl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
service: tobi-ui
runtime: nodejs16
runtime: nodejs18

vpc_access_connector:
name: projects/_PROJECT_ID/locations/europe-west2/connectors/vpcconnect
Expand Down

0 comments on commit 88a5b2d

Please sign in to comment.