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 7588dbd commit 856075eCopy full SHA for 856075e
2 files changed
.github/workflows/ci.yml
@@ -15,9 +15,9 @@ jobs:
15
node-version: [22, 24]
16
17
steps:
18
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
19
20
- - uses: actions/setup-node@v4
+ - uses: actions/setup-node@v6
21
with:
22
node-version: ${{ matrix.node-version }}
23
cache: npm
.github/workflows/release.yml
@@ -13,9 +13,9 @@ jobs:
13
id-token: write
14
node-version: 22
registry-url: https://registry.npmjs.org
0 commit comments