We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5940054 commit 167da88Copy full SHA for 167da88
.github/workflows/ci.yml
@@ -15,7 +15,7 @@ jobs:
15
runs-on: ubuntu-latest
16
steps:
17
- uses: actions/checkout@v5
18
- - uses: actions/setup-node@v5
+ - uses: actions/setup-node@v6
19
with:
20
cache: "npm"
21
node-version: "22"
.github/workflows/publish.yml
@@ -13,7 +13,7 @@ jobs:
13
14
registry-url: "https://registry.npmjs.org"
.github/workflows/regen.yml
@@ -14,7 +14,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v5
0 commit comments