Skip to content

Commit

Permalink
ci: fix setup node version
Browse files Browse the repository at this point in the history
  • Loading branch information
JoaoPedroAS51 committed Oct 19, 2020
1 parent 388638c commit 81f06e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
uses: actions/checkout@v2

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
uses: actions/setup-node@v2-beta
with:
node-version: ${{ matrix.node-version }}

Expand Down Expand Up @@ -111,7 +111,7 @@ jobs:
uses: actions/checkout@v2

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
uses: actions/setup-node@v2-beta
with:
node-version: ${{ matrix.node-version }}

Expand Down

0 comments on commit 81f06e1

Please sign in to comment.