We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11650c7 commit 4b9b57dCopy full SHA for 4b9b57d
.github/workflows/checks.yml
@@ -13,7 +13,7 @@ jobs:
13
runs-on: ubuntu-latest
14
15
steps:
16
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
17
18
- uses: oven-sh/setup-bun@v2
19
with:
.github/workflows/publish.yml
@@ -14,11 +14,11 @@ jobs:
id-token: write
- - uses: actions/setup-node@v4
+ - uses: actions/setup-node@v5
20
21
- node-version: 20
+ node-version: 24
22
registry-url: 'https://registry.npmjs.com'
23
24
- env:
0 commit comments