Skip to content

Commit

Permalink
ci: use Node 16 for browser test (#15569)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdjermanovic committed Feb 3, 2022
1 parent f63795d commit b10fef2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -54,7 +54,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '12'
node-version: '16'
- name: Install Packages
run: npm install
- name: Test
Expand Down

0 comments on commit b10fef2

Please sign in to comment.