Skip to content

Commit 309368a

Browse files
(actions) use node 16 (#332)
1 parent 217a29e commit 309368a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deployment.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v2
1515
- uses: actions/setup-node@v2
1616
with:
17-
node-version: 14
17+
node-version: 16
1818
- uses: actions/cache@v2
1919
with:
2020
path: ~/.npm

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- uses: actions/checkout@v2
1111
- uses: actions/setup-node@v2
1212
with:
13-
node-version: 14
13+
node-version: 16
1414
- uses: actions/cache@v2
1515
with:
1616
path: ~/.npm

0 commit comments

Comments
 (0)