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 e8eafdf commit 734657fCopy full SHA for 734657f
.github/workflows/ui-test.yaml
@@ -18,7 +18,7 @@ jobs:
18
- name: Use Node.js ${{ matrix.node-version }}
19
uses: actions/setup-node@v3
20
with:
21
- node-version: ${{ matrix.node-version }}
+ node-version-file: .node-version
22
- run: npm ci
23
working-directory: ./ui
24
- run: npm run lint
@@ -34,7 +34,7 @@ jobs:
34
35
36
37
38
39
40
- run: npm run test
.node-version
@@ -1 +1 @@
1
-18.16.0
+20.5.1
0 commit comments