Skip to content

Commit 12ab885

Browse files
committed
npm publish with Ubuntu LTS
1 parent 1548929 commit 12ab885

File tree

2 files changed

+2
-34
lines changed

2 files changed

+2
-34
lines changed

.eslintrc.json

Lines changed: 0 additions & 32 deletions
This file was deleted.

.github/workflows/npmpublish.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)