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