Skip to content

Commit d88cb11

Browse files
committed
tweaks
1 parent 45d1d10 commit d88cb11

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
- uses: actions/setup-node@v4
1616
with:
17-
node-version: '20'
17+
node-version: '22'
1818

1919
- run: npm ci
2020

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
- uses: actions/setup-node@v4
1717
with:
18-
node-version: '24'
18+
node-version: '22'
1919
registry-url: 'https://registry.npmjs.org'
2020

2121
- run: npm ci
@@ -25,4 +25,4 @@ jobs:
2525
- run: npm test
2626

2727
- name: Publish if new version
28-
run: npm publish --access public || echo "Version already exists, skipping publish"
28+
run: npm publish --access public --provenance || echo "Version already exists, skipping publish"

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)