Skip to content

Commit 5145f0e

Browse files
committed
fix: workflows
1 parent 03d1557 commit 5145f0e

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.github/workflows/build-and-publish-jsr.yml

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

1313
strategy:
1414
matrix:
15-
node-version: [24.x]
15+
node-version: [22.x]
1616

1717
permissions:
1818
contents: read

.github/workflows/build-and-publish-npm.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
strategy:
1919
matrix:
20-
node-version: [24.x]
20+
node-version: [22.x]
2121

2222
permissions:
2323
contents: write # For pushing Git tags and creating releases
@@ -81,4 +81,3 @@ jobs:
8181
title: ${{ env.PR_TITLE }}
8282
env:
8383
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
84-
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

.github/workflows/lint-and-test-code.yml

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

1616
strategy:
1717
matrix:
18-
node-version: [24.x]
18+
node-version: [22.x]
1919

2020
env:
2121
CI: "true"

0 commit comments

Comments
 (0)