Skip to content

Commit

Permalink
Node version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
javiertoledo committed Sep 24, 2023
1 parent d9cf452 commit 7e69a61
Show file tree
Hide file tree
Showing 27 changed files with 2,469 additions and 1,916 deletions.
2 changes: 1 addition & 1 deletion .github/actions/build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ runs:
steps:
- uses: actions/setup-node@v3
with:
node-version: 16.14
node-version: 18.18

# First we cache the rush project, to ensure we don't build multiple times, nor we download more dependencies than needed
- name: Cache Rush project
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/re_test-integration-prepare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

- uses: actions/setup-node@v3
with:
node-version: 16.14
node-version: 18.18

# If this was triggered by a /integration command, check out merge commit
- name: Fork based /integration checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/wf_publish-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
node-version: 18.18
cache: npm
cache-dependency-path: website/package-lock.json

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/wf_publish-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:

- uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: 18.18
registry-url: https://registry.npmjs.org/

- name: Rush Update
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
lts/gallium
lts/hydrogen
Loading

0 comments on commit 7e69a61

Please sign in to comment.