Skip to content
This repository was archived by the owner on Aug 18, 2025. It is now read-only.

Commit 9c5bfb8

Browse files
committed
fix previews: use node 14
1 parent 25fa507 commit 9c5bfb8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
- name: Install Node.js
4848
uses: actions/setup-node@v2
4949
with:
50-
node-version: 12.x
50+
node-version: 14.x
5151

5252
- name: Install Node Modules
5353
run: yarn install

.github/workflows/preview.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Install Node.js
3939
uses: actions/setup-node@v2
4040
with:
41-
node-version: 12.x
41+
node-version: 14.x
4242

4343
- name: Cache Node Modules
4444
uses: actions/cache@v2

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"typescript": "^4.4.2"
3030
},
3131
"engines": {
32-
"node": "^12.16.0"
32+
"node": "^14"
3333
},
3434
"private": true,
3535
"lint-staged": {

0 commit comments

Comments
 (0)