Skip to content

Commit

Permalink
Merge pull request #1431 from boostercloud/upgrade/node-18
Browse files Browse the repository at this point in the history
Upgrade for Node 18 compatibility
  • Loading branch information
Javier Toledo authored Oct 8, 2023
2 parents dcfd569 + 5e85f6e commit 9e07e1e
Show file tree
Hide file tree
Showing 42 changed files with 273 additions and 227 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
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@boostercloud/framework-core",
"comment": "Upgraded for Node18 support",
"type": "minor"
}
],
"packageName": "@boostercloud/framework-core"
}
Loading

0 comments on commit 9e07e1e

Please sign in to comment.