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 3e3c3fc commit 669a924Copy full SHA for 669a924
1 file changed
.github/workflows/publish-undici-types.yml
@@ -16,7 +16,7 @@ jobs:
16
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
17
- uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
18
with:
19
- node-version: '16.x'
+ node-version: lts/*
20
registry-url: 'https://registry.npmjs.org'
21
- run: npm install
22
- run: node scripts/generate-undici-types-package-json.js
0 commit comments