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 863e014 commit 5fe6170Copy full SHA for 5fe6170
.github/workflows/release.yml
@@ -19,7 +19,7 @@ jobs:
19
- name: Set node
20
uses: actions/setup-node@v3
21
with:
22
- node-version: 18
+ node-version: lts/*
23
24
- run: npx changelogithub
25
env:
.github/workflows/unit-test.yml
@@ -14,7 +14,7 @@ jobs:
14
15
16
17
18
- name: Setup
run: npm i -g @antfu/ni
@@ -31,7 +31,7 @@ jobs:
31
strategy:
32
matrix:
33
os: [ubuntu-latest, windows-latest]
34
- node: [14.19.0, 16.x, 18]
+ node: [16, 18]
35
fail-fast: false
36
37
steps:
0 commit comments