We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10f1554 commit 6fddc68Copy full SHA for 6fddc68
1 file changed
.github/workflows/publish.yml
@@ -13,13 +13,13 @@ jobs:
13
build:
14
runs-on: ubuntu-latest
15
steps:
16
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
17
18
- run: corepack enable
19
20
- - uses: actions/setup-node@v4
+ - uses: actions/setup-node@v6
21
with:
22
- node-version: 20
+ node-version: 24
23
cache: "yarn"
24
25
- run: yarn install --immutable
0 commit comments