Skip to content

Commit 72239e0

Browse files
committed
ci: use node 16
1 parent 14272c8 commit 72239e0

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/checks.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Install Node.js
2121
uses: actions/setup-node@v2
2222
with:
23-
node-version: 14
23+
node-version: 16
2424
cache: 'pnpm'
2525
- name: Install dependencies
2626
run: pnpm install
@@ -43,7 +43,7 @@ jobs:
4343
- name: Install Node.js
4444
uses: actions/setup-node@v2
4545
with:
46-
node-version: 14
46+
node-version: 16
4747
cache: 'pnpm'
4848
- name: Install dependencies
4949
run: pnpm install
@@ -66,7 +66,7 @@ jobs:
6666
- name: Install Node.js
6767
uses: actions/setup-node@v2
6868
with:
69-
node-version: 14
69+
node-version: 16
7070
cache: 'pnpm'
7171
- name: Install dependencies
7272
run: pnpm install

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Install Node.js
1818
uses: actions/setup-node@v2
1919
with:
20-
node-version: 14
20+
node-version: 16
2121
cache: 'pnpm'
2222
- name: Install dependencies
2323
run: pnpm install

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Install Node.js
1616
uses: actions/setup-node@v2
1717
with:
18-
node-version: 14
18+
node-version: 16
1919
cache: 'pnpm'
2020
registry-url: 'https://registry.npmjs.org'
2121
- name: Install dependencies

0 commit comments

Comments
 (0)