We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 748e592 commit e3870b6Copy full SHA for e3870b6
.github/workflows/lint.yml
@@ -16,7 +16,7 @@ jobs:
16
- name: Lint
17
uses: actions/setup-node@v4
18
with:
19
- node-version: 14.x
+ node-version: 16.x
20
cache: yarn
21
- - run: yarn --frozen-lockfile --ignore-engines
+ - run: yarn --frozen-lockfile
22
- run: yarn lint
.github/workflows/tests.yml
- run: yarn test
0 commit comments