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 ae15705 commit 77f06faCopy full SHA for 77f06fa
.github/workflows/ci.yml
@@ -42,7 +42,7 @@ jobs:
42
runs-on: ubuntu-latest
43
steps:
44
- uses: actions/checkout@v5
45
- - uses: actions/setup-node@v4
+ - uses: actions/setup-node@v5
46
with:
47
node-version-file: '.nvmrc'
48
- run: npm install -g standard
.github/workflows/release.yml
@@ -24,7 +24,7 @@ jobs:
24
25
26
27
28
- uses: actions/setup-python@v6
29
30
python-version: "3.x"
0 commit comments