Skip to content

Commit 3d763d4

Browse files
bourdaisjjourdain
authored andcommitted
chore(ci): use node.js v16
1 parent e6f8a3e commit 3d763d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test_and_release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
- name: Set Up Node
7373
uses: actions/setup-node@v3
7474
with:
75-
node-version: 14
75+
node-version: 16
7676

7777
- name: Build Vue2 Components
7878
run: |
@@ -100,7 +100,7 @@ jobs:
100100
- name: Set Up Node
101101
uses: actions/setup-node@v3
102102
with:
103-
node-version: 14
103+
node-version: 16
104104

105105
- name: Build Vue2 Components
106106
run: |

0 commit comments

Comments
 (0)