Skip to content

Commit

Permalink
[Feature] [GRAFX-3403] Update node version (#176)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandraFlavia9 authored Jul 19, 2024
1 parent c2c31dc commit cb39382
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/dev-stg-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18]
node-version: [20]
steps:
- uses: FranzDiebold/github-env-vars-action@v2
- uses: actions/checkout@v3
Expand Down Expand Up @@ -41,7 +41,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18]
node-version: [20]
steps:
- uses: FranzDiebold/github-env-vars-action@v2
- uses: actions/checkout@v3
Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18]
node-version: [20]
steps:
- uses: FranzDiebold/github-env-vars-action@v2
- uses: actions/checkout@v3
Expand Down Expand Up @@ -135,7 +135,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18]
node-version: [20]
steps:
- uses: FranzDiebold/github-env-vars-action@v2
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18]
node-version: [20]
steps:
- uses: FranzDiebold/github-env-vars-action@v2
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/production-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18]
node-version: [20]
steps:
- uses: FranzDiebold/github-env-vars-action@v2
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ for a more advanced example, and extra information about building an integration

### Tools setup

- [Node v18](https://nodejs.org/en) LTS
- [Node 20](https://nodejs.org/en) LTS
> node -v # to check existing node version
- [Yarn v1.22.19](https://classic.yarnpkg.com/lang/en/docs/install/) or newer is installed (yarn `major version 1` though)
> yarn -v # to check existing yarn version
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@
"validate-versions": "node validate_versions.cjs"
},
"dependencies": {
"@chili-publish/grafx-shared-components": "^0.69.2",
"@chili-publish/grafx-shared-components": "^0.70.0",
"@chili-publish/studio-sdk": "^1.12.2",
"axios": "^1.6.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"styled-components": "^5.3.11"
},
"engines": {
"node": ">=18.0.0 <19.0.0"
"node": ">=20.0.0 <21.0.0"
},
"devDependencies": {
"@auth0/auth0-spa-js": "^2.1.3",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -402,10 +402,10 @@
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
integrity sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==

"@chili-publish/grafx-shared-components@^0.69.2":
version "0.69.2"
resolved "https://npm.pkg.github.com/download/@chili-publish/grafx-shared-components/0.69.2/e1c852c093e617a8bf32c19a0e901cf9096b0476#e1c852c093e617a8bf32c19a0e901cf9096b0476"
integrity sha512-NK2xlt5bPyW3Vdy+KBfBvtmRL+R6jD42kGfGxbRzp7cTY6Z/2uLKtYvD6AjhZZMvGutEjLsd/elMOs4/t14T+w==
"@chili-publish/grafx-shared-components@^0.70.0":
version "0.70.0"
resolved "https://npm.pkg.github.com/download/@chili-publish/grafx-shared-components/0.70.0/17ba6324d7ed876e75835f3f297562cff2e5ce1c#17ba6324d7ed876e75835f3f297562cff2e5ce1c"
integrity sha512-gOuVb9LK8Ih3EgXfiBgnmGa1DtLOPYAW4tMeH+yZbWlJYJxao931xSMTEiPS9UoaVQYINZFYeMrd0uCioK1LxQ==
dependencies:
"@fortawesome/fontawesome-svg-core" "^6.4.0"
"@fortawesome/pro-light-svg-icons" "^6.4.0"
Expand Down

0 comments on commit cb39382

Please sign in to comment.