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.
2 parents ff179c5 + 9863b77 commit 9a0d941Copy full SHA for 9a0d941
2 files changed
.github/workflows/cd.yml
@@ -21,7 +21,7 @@ jobs:
21
with:
22
fetch-depth: 0
23
- name: Set up Node
24
- uses: actions/setup-node@v4
+ uses: actions/setup-node@v6
25
26
node-version: '20'
27
cache: 'npm'
.github/workflows/ci.yml
@@ -26,7 +26,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v6
28
29
30
31
32
@@ -63,7 +63,7 @@ jobs:
63
64
65
66
67
68
69
0 commit comments