Skip to content

Commit acbac92

Browse files
authored
update node version to 14
1 parent 07a2ba4 commit acbac92

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Setup Node.js environment
1818
uses: actions/setup-node@v2
1919
with:
20-
node-version: 12
20+
node-version: 14
2121

2222
- name: Install Node.js modules
2323
run: npm install
@@ -38,7 +38,7 @@ jobs:
3838
- name: Setup Node.js environment
3939
uses: actions/setup-node@v2
4040
with:
41-
node-version: 12
41+
node-version: 14
4242

4343
- name: Install Node.js modules
4444
run: npm install
@@ -59,7 +59,7 @@ jobs:
5959
- name: Setup Node.js environment
6060
uses: actions/setup-node@v2
6161
with:
62-
node-version: 12
62+
node-version: 14
6363

6464
- name: Install Node.js modules
6565
run: npm install

0 commit comments

Comments
 (0)