Skip to content

Commit c5e7e89

Browse files
committed
chore: upgrade node
1 parent eda0530 commit c5e7e89

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/publish.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: actions/checkout@v3
1212
- uses: actions/setup-node@v3
1313
with:
14-
node-version: '16.x'
14+
node-version: '18.x'
1515
- run: npm ci
1616
- run: npm run lint
1717
- run: npm run test
@@ -26,7 +26,7 @@ jobs:
2626
- uses: actions/checkout@v3
2727
- uses: actions/setup-node@v3
2828
with:
29-
node-version: '16.x'
29+
node-version: '18.x'
3030
registry-url: https://registry.npmjs.org/
3131
- run: npm ci
3232
- run: npm run build

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- uses: actions/checkout@v3
1111
- uses: actions/setup-node@v3
1212
with:
13-
node-version: '16.x'
13+
node-version: '18.x'
1414
- run: npm install
1515
- run: npm run lint
1616
- run: npm run test

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"rollup": "^3.26.3"
7171
},
7272
"engines": {
73-
"node": "14.x || >= 16"
73+
"node": ">= 16"
7474
},
7575
"peerDependencies": {
7676
"eslint": ">=7.28.0"

0 commit comments

Comments
 (0)