Skip to content

Commit 8ad6797

Browse files
committed
npm publish with Ubuntu LTS
1 parent 65c8907 commit 8ad6797

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/npm-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/checkout@v4
1717
- uses: actions/setup-node@v4
1818
with:
19-
node-version: 22
19+
node-version: lts
2020
- run: npm ci
2121
- run: npm test
2222

@@ -30,7 +30,7 @@ jobs:
3030
- uses: actions/checkout@v4
3131
- uses: actions/setup-node@v4
3232
with:
33-
node-version: 22
33+
node-version: lts
3434
registry-url: https://registry.npmjs.org/
3535
- run: npm ci
3636
- run: npm publish

0 commit comments

Comments
 (0)