Skip to content

Commit

Permalink
chore: Upgrade node to v20.11.0 (latest stable) (#227)
Browse files Browse the repository at this point in the history
  • Loading branch information
v-almonacid authored Feb 16, 2024
1 parent 1c9ce7a commit 03df9f3
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 147,209 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,13 @@ jobs:

- uses: actions/setup-node@v3
with:
node-version: "18.15.0"
node-version: "20.11.0"
cache: "yarn"
cache-dependency-path: |
yarn.lock
- name: yarn install
run: yarn --ignore-engines
run: yarn

- name: build
run: yarn build:deploy
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deploy-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,13 @@ jobs:

- uses: actions/setup-node@v3
with:
node-version: "18.15.0"
node-version: "20.11.0"
cache: "yarn"
cache-dependency-path: |
yarn.lock
- name: yarn install
run: yarn --ignore-engines
run: yarn

- name: build
run: yarn build:deploy
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deploy-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,13 @@ jobs:

- uses: actions/setup-node@v3
with:
node-version: "18.15.0"
node-version: "20.11.0"
cache: "yarn"
cache-dependency-path: |
yarn.lock
- name: yarn install
run: yarn --ignore-engines
run: yarn

- name: build
run: yarn build:deploy
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.5.0
v20.11.0
Loading

0 comments on commit 03df9f3

Please sign in to comment.