Skip to content

Commit

Permalink
chore: migrate to setup-node/v2 (#459)
Browse files Browse the repository at this point in the history
  • Loading branch information
anshumanv authored Aug 23, 2021
1 parent d96ebed commit ac10896
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: actions/checkout@v2

- name: Setup node
uses: actions/setup-node@v1
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node }}

Expand All @@ -41,7 +41,7 @@ jobs:
uses: actions/checkout@v2

- name: Setup node
uses: actions/setup-node@v1
uses: actions/setup-node@v2
with:
node-version: '14.x'

Expand Down

0 comments on commit ac10896

Please sign in to comment.