We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4044441 commit 2a7c29dCopy full SHA for 2a7c29d
.github/workflows/ci.yml
@@ -16,7 +16,7 @@ jobs:
16
- name: Set node
17
uses: actions/setup-node@v4
18
with:
19
- node-version: 18
+ node-version: lts/*
20
21
- name: Setup
22
run: npm i -g @antfu/ni
0 commit comments