Skip to content

Commit 3e4fecd

Browse files
committed
chore: update ci
1 parent 783bd59 commit 3e4fecd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
fetch-depth: 0
1515
- uses: actions/setup-node@v2
1616
with:
17-
node-version: '14'
17+
node-version: '18'
1818
registry-url: https://registry.npmjs.org/
1919
- run: npm i -g pnpm @antfu/ni
2020
- run: nci

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
strategy:
1919
matrix:
20-
node: [14.x]
20+
node: [18.x]
2121
os: [ubuntu-latest, windows-latest, macos-latest]
2222
fail-fast: false
2323

0 commit comments

Comments
 (0)