Skip to content

Commit b10fef2

Browse files
authored
ci: use Node 16 for browser test (#15569)
1 parent f63795d commit b10fef2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
- uses: actions/checkout@v2
5555
- uses: actions/setup-node@v2
5656
with:
57-
node-version: '12'
57+
node-version: '16'
5858
- name: Install Packages
5959
run: npm install
6060
- name: Test

0 commit comments

Comments
 (0)