Skip to content

Commit

Permalink
build(node): bump default to 20 (#1401)
Browse files Browse the repository at this point in the history
* build(node): bump default to 20

* build(engines): allow 18.x also
  • Loading branch information
eng618 authored Feb 1, 2024
1 parent 0a91cc4 commit dc7ab9b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/manual-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Set up node
uses: actions/setup-node@v4
with:
node-version: 18.x
node-version: 20.x
registry-url: https://registry.npmjs.org

- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Set up node
uses: actions/setup-node@v4
with:
node-version: 18.x
node-version: 20.x
registry-url: https://registry.npmjs.org

- name: Get yarn cache directory path
Expand Down
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
nodejs 18.19.0
nodejs 20.11.0
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"license": "Apache 2.0",
"engines": {
"node": "18.x"
"node": "18.x || 20.x"
},
"workspaces": [
"packages/*"
Expand Down

0 comments on commit dc7ab9b

Please sign in to comment.