Skip to content

Commit dae43d6

Browse files
committed
ci: use node 16
1 parent ec4734b commit dae43d6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/nodejs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Use Node.js
1515
uses: actions/setup-node@v1
1616
with:
17-
node-version: "18.x"
17+
node-version: "16.x"
1818

1919
- name: Install dependencies
2020
run: yarn --frozen-lockfile

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Setup Node.js
1919
uses: actions/setup-node@v1
2020
with:
21-
node-version: 18
21+
node-version: 16
2222

2323
- name: Install dependencies
2424
run: yarn --frozen-lockfile

0 commit comments

Comments
 (0)