Skip to content

Commit

Permalink
chore: use setup-node@v2 in CI (#302)
Browse files Browse the repository at this point in the history
* chore: use `setup-node@v2` in CI

* chore: use `setup-node@v2` in CI

* chore: use node v16 for CI

* chore: use node v16 for CI
  • Loading branch information
snitin315 authored Nov 24, 2021
1 parent 95e5741 commit d5bfb22
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Setup Node.js
uses: actions/setup-node@v1
uses: actions/setup-node@v2
with:
node-version: 12
node-version: '16.x'
- name: Install dependencies
run: npm install
- name: Lint Files
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/generate-transcript.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Setup Node.js
uses: actions/setup-node@v1
uses: actions/setup-node@v2
with:
node-version: 12
node-version: '16.x'
- name: Install dependencies
run: npm install
- name: Generate transcript
Expand Down

0 comments on commit d5bfb22

Please sign in to comment.