Skip to content

Commit e2b774b

Browse files
committed
Fix CI/CD
1 parent 5f83359 commit e2b774b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/latest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Setup
1616
uses: actions/setup-node@v1
1717
with:
18-
node-version: 13.2
18+
node-version: 14
1919
- name: Cache
2020
uses: actions/cache@v1
2121
with:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Setup
1515
uses: actions/setup-node@v1
1616
with:
17-
version: 13.2
17+
node-version: 14
1818
- name: Cache
1919
uses: actions/cache@v1
2020
with:

0 commit comments

Comments
 (0)