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 fc0c76b commit b8d3794Copy full SHA for b8d3794
.github/workflows/ci.yml
@@ -20,7 +20,6 @@ jobs:
20
strategy:
21
matrix:
22
node-version:
23
- - 12.x
24
- 14.x
25
- 16.x
26
@@ -31,8 +30,7 @@ jobs:
31
30
with:
32
node-version: ${{ matrix.node-version }}
33
- run: npm ci
34
- # lint throws erros because of authSession ts-ignore tags
35
- # - run: npm run lint --if-present
+ - run: npm run lint --if-present
36
- run: npm test
37
- run: npm run build --if-present
38
- name: Save build
.nvmrc
@@ -1 +1 @@
1
-v12.7.0
+v16.14.0
0 commit comments