Skip to content

Commit e3870b6

Browse files
committed
ci: try node 16
1 parent 748e592 commit e3870b6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Lint
1717
uses: actions/setup-node@v4
1818
with:
19-
node-version: 14.x
19+
node-version: 16.x
2020
cache: yarn
21-
- run: yarn --frozen-lockfile --ignore-engines
21+
- run: yarn --frozen-lockfile
2222
- run: yarn lint

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Lint
1717
uses: actions/setup-node@v4
1818
with:
19-
node-version: 14.x
19+
node-version: 16.x
2020
cache: yarn
21-
- run: yarn --frozen-lockfile --ignore-engines
21+
- run: yarn --frozen-lockfile
2222
- run: yarn test

0 commit comments

Comments
 (0)