Skip to content
This repository was archived by the owner on Jun 27, 2023. It is now read-only.

Commit 9d4029d

Browse files
committed
fix(ci): update ci node version
1 parent 680e9f7 commit 9d4029d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ jobs:
1212
- name: Checkout
1313
uses: actions/checkout@v2
1414
- name: Setup Node.js
15-
uses: actions/setup-node@v1
15+
uses: actions/setup-node@v2
1616
with:
17-
node-version: 12
17+
node-version: 16
1818
- name: Install dependencies
1919
run: yarn
2020
- name: Build Library

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ jobs:
1212
- name: Checkout
1313
uses: actions/checkout@v2
1414
- name: Setup Node.js
15-
uses: actions/setup-node@v1
15+
uses: actions/setup-node@v2
1616
with:
17-
node-version: 12
17+
node-version: 16
1818
- name: Install dependencies
1919
run: yarn
2020
- name: Build Library

0 commit comments

Comments
 (0)