Skip to content

Commit 63770d9

Browse files
committed
chore: update node version
1 parent f6748d0 commit 63770d9

File tree

2 files changed

+1
-19
lines changed

2 files changed

+1
-19
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -10,24 +10,6 @@ on:
1010
- main
1111

1212
jobs:
13-
lint:
14-
runs-on: ubuntu-latest
15-
steps:
16-
- uses: actions/checkout@v3
17-
- name: Set node
18-
uses: actions/setup-node@v3
19-
with:
20-
node-version: 18.x
21-
22-
- name: Setup
23-
run: npm i -g @antfu/ni
24-
25-
- name: Install
26-
run: nci
27-
28-
- name: Lint
29-
run: nr lint
30-
3113
test:
3214
runs-on: ${{ matrix.os }}
3315

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Set node
2020
uses: actions/setup-node@v3
2121
with:
22-
node-version: 16.x
22+
node-version: 18.x
2323
cache: pnpm
2424
registry-url: 'https://registry.npmjs.org'
2525

0 commit comments

Comments
 (0)