Skip to content

Commit 8ac7b83

Browse files
committed
fix ci
1 parent 6ab80be commit 8ac7b83

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ jobs:
1414
contents: read
1515
id-token: write
1616
steps:
17-
- uses: actions/checkout@v4
17+
- uses: actions/checkout@v5
1818
- uses: oven-sh/setup-bun@v2
1919
# Setup .npmrc file to publish to npm
20-
- uses: actions/setup-node@v4
20+
- uses: actions/setup-node@v6
2121
with:
22-
node-version: '20.x'
22+
node-version: 24
2323
registry-url: 'https://registry.npmjs.org'
2424
- run: bun install --frozen-lockfile
2525
# Ensure npm 11.5.1 or later is installed

0 commit comments

Comments
 (0)