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 1f380eb commit d9febfdCopy full SHA for d9febfd
.github/workflows/coding-standards.yml
@@ -151,7 +151,7 @@ jobs:
151
- name: Setup Node
152
uses: actions/setup-node@v4
153
with:
154
- node-version: 16
+ node-version-file: '.nvmrc'
155
cache: npm
156
157
- name: Log debug information
@@ -186,7 +186,7 @@ jobs:
186
187
188
189
190
191
192
@@ -219,7 +219,7 @@ jobs:
219
220
221
222
223
224
225
.nvmrc
@@ -0,0 +1 @@
1
+22.14
0 commit comments