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 ee68354 commit e3cf106Copy full SHA for e3cf106
.github/workflows/feature-branch-build.yml
@@ -19,7 +19,7 @@ jobs:
19
fetch-depth: 0
20
21
- name: Install runtime
22
- uses: actions/setup-node@v4
+ uses: actions/setup-node@v5
23
with:
24
node-version: '18'
25
cache: 'npm'
.github/workflows/quality-checks.yml
@@ -23,7 +23,7 @@ jobs:
26
27
28
node-version: '16'
29
.github/workflows/release-tag.yml
0 commit comments