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 1405f76 commit d1d7330Copy full SHA for d1d7330
.github/workflows/ci.yml
@@ -12,7 +12,7 @@ jobs:
12
steps:
13
- uses: actions/checkout@v4
14
- name: Use Node.js
15
- uses: actions/setup-node@v4
+ uses: actions/setup-node@v5
16
with:
17
node-version: 'lts/*'
18
cache: 'yarn'
@@ -26,7 +26,7 @@ jobs:
26
27
28
29
30
31
32
@@ -40,7 +40,7 @@ jobs:
40
41
42
43
44
45
46
0 commit comments