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 af474c6 commit e3a6c22Copy full SHA for e3a6c22
.github/workflows/release.yml
@@ -9,7 +9,7 @@ jobs:
9
runs-on: ubuntu-latest
10
steps:
11
- uses: actions/checkout@v4
12
- - uses: actions/setup-node@v2
+ - uses: actions/setup-node@v4
13
with:
14
node-version: 18
15
registry-url: https://registry.npmjs.org/
.github/workflows/run-tests.yml
@@ -25,7 +25,7 @@ jobs:
25
26
27
28
29
30
31
0 commit comments