Skip to content

Commit

Permalink
Merge pull request #130 from partio-scout/maintenance/update-node-v18
Browse files Browse the repository at this point in the history
update node to v18
  • Loading branch information
linneamyl authored Aug 25, 2023
2 parents 3be174d + 557693b commit 30dd45a
Show file tree
Hide file tree
Showing 6 changed files with 3,104 additions and 3,221 deletions.
3 changes: 1 addition & 2 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"es6": true,
"jest": true
},
"extends": ["eslint:recommended", "plugin:react/recommended"],
"extends": ["eslint:recommended"],
"globals": {
"Atomics": "readonly",
"SharedArrayBuffer": "readonly"
Expand All @@ -17,7 +17,6 @@
"ecmaVersion": 2018,
"sourceType": "module"
},
"plugins": ["react"],
"settings": {
"react": {
"version": "detect"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/branches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
- master

env:
NODE_VERSION: '16.x' # set this to the node version to use
NODE_VERSION: '18.x' # set this to the node version to use

jobs:
build-and-deploy:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
env:
AZURE_WEBAPP_NAME: pos-staging # set this to your application's name
AZURE_WEBAPP_PACKAGE_PATH: 'build' # set this to the path to your web app project, defaults to the repository root
NODE_VERSION: '16.x' # set this to the node version to use
NODE_VERSION: '18.x' # set this to the node version to use

jobs:
build-and-deploy:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
env:
AZURE_WEBAPP_NAME: pos-production # set this to your application's name
AZURE_WEBAPP_PACKAGE_PATH: 'build' # set this to the path to your web app project, defaults to the repository root
NODE_VERSION: '16.x' # set this to the node version to use
NODE_VERSION: '18.x' # set this to the node version to use

jobs:
build-and-deploy:
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"styled-components": "5.3.0"
},
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@testing-library/react": "12.0.0",
"env-cmd": "^10.1.0",
"eslint": "7.32.0",
Expand Down
Loading

0 comments on commit 30dd45a

Please sign in to comment.