Skip to content

Commit

Permalink
ci: use node v16 (#524)
Browse files Browse the repository at this point in the history
  • Loading branch information
snitin315 committed Nov 29, 2021
1 parent e807c20 commit 1c4a04d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: '12.x'
node-version: '16.x'
- name: Install dependencies
run: npm install
- name: Build commonjs
Expand Down

0 comments on commit 1c4a04d

Please sign in to comment.