Skip to content

Commit 87bf62a

Browse files
committed
use node 16 for browser build tests
1 parent 3bba9e9 commit 87bf62a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -410,6 +410,8 @@ jobs:
410410
uses: actions/checkout@v2
411411
- name: Set up Node
412412
uses: actions/setup-node@v1
413+
with:
414+
node-version: '16'
413415
- name: Check dependency cache
414416
uses: actions/cache@v2
415417
with:

0 commit comments

Comments
 (0)