Skip to content

Commit 669a924

Browse files
authored
chore: use lts for pubish types workflow (#2830)
1 parent 3e3c3fc commit 669a924

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish-undici-types.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
1717
- uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
1818
with:
19-
node-version: '16.x'
19+
node-version: lts/*
2020
registry-url: 'https://registry.npmjs.org'
2121
- run: npm install
2222
- run: node scripts/generate-undici-types-package-json.js

0 commit comments

Comments
 (0)