Skip to content

Commit

Permalink
BREAKING CHANGE: 18.x is a minimal version
Browse files Browse the repository at this point in the history
  • Loading branch information
ovr committed Jul 8, 2024
1 parent 786c9f0 commit 6642347
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,16 @@ jobs:

npm:
runs-on: ubuntu-latest
needs: ["upload_artifact"]
timeout-minutes: 30

steps:
- name: Checkout
uses: actions/checkout@v2
- name: Use Node.js 14.x
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: 14.x
node-version: 18.x
- name: Set Yarn version
run: yarn policies set-version v1.22.19
- name: Yarn install
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Use Node.js 14.x
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: 14.x
node-version: 18.x
- name: Set Yarn version
run: yarn policies set-version v1.22.19
- name: Yarn install
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"test": "echo \"Error: no test specified\" && exit 1"
},
"engines": {
"node": ">=14.0.0"
"node": ">=18.0.0"
},
"files": [
"dist"
Expand Down

0 comments on commit 6642347

Please sign in to comment.