Skip to content

Commit

Permalink
ci: use node v16 (#199)
Browse files Browse the repository at this point in the history
  • Loading branch information
snitin315 committed Nov 28, 2021
1 parent 8f590fc commit e1ddcc5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Expand Up @@ -15,6 +15,8 @@ jobs:
uses: actions/checkout@v2
- name: Install Node.js
uses: actions/setup-node@v2
with:
node-version: '16.x'
- name: Install Packages
run: npm install
env:
Expand Down

0 comments on commit e1ddcc5

Please sign in to comment.