Skip to content

Commit 9299f97

Browse files
committed
Update node version to latest LTS for e2e tests.
1 parent bf41826 commit 9299f97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ jobs:
286286
- name: Set up Node
287287
uses: actions/setup-node@v1
288288
with:
289-
node-version: '12'
289+
node-version: '16'
290290
fetch-depth: 0
291291
- name: Check dependency cache
292292
uses: actions/cache@v2

0 commit comments

Comments
 (0)