Skip to content

Commit 6fddc68

Browse files
committed
fix: publish
1 parent 10f1554 commit 6fddc68

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ jobs:
1313
build:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v4
16+
- uses: actions/checkout@v6
1717

1818
- run: corepack enable
1919

20-
- uses: actions/setup-node@v4
20+
- uses: actions/setup-node@v6
2121
with:
22-
node-version: 20
22+
node-version: 24
2323
cache: "yarn"
2424

2525
- run: yarn install --immutable

0 commit comments

Comments
 (0)