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 d817195 commit 6c0da42Copy full SHA for 6c0da42
.github/workflows/release.yml
@@ -20,7 +20,7 @@ jobs:
20
runs-on: ubuntu-latest
21
steps:
22
- uses: actions/checkout@v4
23
- - uses: actions/setup-node@v4
+ - uses: actions/setup-node@v5
24
with:
25
node-version: lts/*
26
cache: npm
.github/workflows/test.yml
@@ -11,7 +11,7 @@ jobs:
11
if: github.event_name == 'pull_request' || github.ref == 'refs/heads/main'
12
13
14
15
16
17
node-version: 18
@@ -25,7 +25,7 @@ jobs:
if: github.event_name == 'push'
27
28
29
30
31
0 commit comments