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 356c736 commit 2e37b29Copy full SHA for 2e37b29
2 files changed
.github/workflows/ci.yml
@@ -8,7 +8,7 @@ jobs:
8
runs-on: ubuntu-latest
9
steps:
10
- uses: actions/checkout@v5
11
- - uses: actions/setup-node@v4
+ - uses: actions/setup-node@v5
12
with:
13
cache: yarn
14
node-version-file: ".nvmrc"
.github/workflows/example.yml
@@ -21,7 +21,7 @@ jobs:
21
22
23
24
25
26
27
0 commit comments