We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6748d0 commit 63770d9Copy full SHA for 63770d9
.github/workflows/ci.yml
@@ -10,24 +10,6 @@ on:
10
- main
11
12
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
31
test:
32
runs-on: ${{ matrix.os }}
33
.github/workflows/release.yml
@@ -19,7 +19,7 @@ jobs:
- name: Set node
uses: actions/setup-node@v3
with:
- node-version: 16.x
+ node-version: 18.x
cache: pnpm
registry-url: 'https://registry.npmjs.org'
0 commit comments