Skip to content

Commit

Permalink
ci: use node v16 for Verify Files (#15364)
Browse files Browse the repository at this point in the history
* ci: use node `v16`

* ci: keep using node v12 for browser test

We're still using Node 12 to build the site (including demo)
  • Loading branch information
snitin315 committed Nov 29, 2021
1 parent 632176d commit ba58d94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '14.x'
node-version: '16.x'
- name: Install Packages
run: npm install
- name: Lint Files
Expand Down

0 comments on commit ba58d94

Please sign in to comment.