Skip to content

Commit

Permalink
Merge pull request #323 from ONSdigital/BLAIS5-4053
Browse files Browse the repository at this point in the history
Promote from BLAIS5-4053 to main
  • Loading branch information
SidraJaved authored Jan 22, 2024
2 parents 6a2f833 + 3c8676a commit fd337e9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 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 @@ -24,7 +24,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 Down
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: bam-ui
runtime: nodejs16
runtime: nodejs18

vpc_access_connector:
name: projects/_PROJECT_ID/locations/europe-west2/connectors/vpcconnect
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
"start": "node ./dist/index.js",
"start-server": "tsc --project tsconfig.server.json && node ./dist/index.js | pino-pretty -c -t",
"start-react": "react-scripts start",
"build-react": "react-scripts build",
"build-react": "react-scripts --openssl-legacy-provider build",
"test": "jest --coverage --watchAll=false",
"gcp-build": "react-scripts build && tsc --project tsconfig.server.json",
"gcp-build": "react-scripts --openssl-legacy-provider build && tsc --project tsconfig.server.json",
"lint-fix": "node_modules/.bin/eslint . --fix",
"lint": "yarn eslint .",
"dev": "concurrently --kill-others-on-fail \"yarn start-server\" \"yarn start-react\""
Expand Down Expand Up @@ -105,4 +105,4 @@
"@types/react": "17.0.14",
"@types/react-dom": "17.0.14"
}
}
}

0 comments on commit fd337e9

Please sign in to comment.