We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c80fa90 commit d969e21Copy full SHA for d969e21
.github/workflows/release.yml
@@ -16,7 +16,7 @@ jobs:
16
- name: Set node
17
uses: actions/setup-node@v3
18
with:
19
- node-version: 16.x
+ node-version: lts/*
20
21
- run: npx changelogithub
22
env:
.github/workflows/unit-test.yml
@@ -14,7 +14,7 @@ jobs:
14
15
- 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