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 729b095 + aa232c5 commit 6606c43Copy full SHA for 6606c43
.github/workflows/ci.yml
@@ -97,7 +97,7 @@ jobs:
97
uses: actions/checkout@v5
98
99
- name: Setup Node.js
100
- uses: actions/setup-node@v4
+ uses: actions/setup-node@v6
101
with:
102
node-version: ${{ env.NODE_VERSION }}
103
cache: 'npm'
.github/workflows/code-quality.yml
@@ -173,7 +173,7 @@ jobs:
173
174
175
176
177
178
node-version: '20'
179
0 commit comments