Skip to content

Commit

Permalink
chore(ci): use stable actions/setup-node v2 (#530)
Browse files Browse the repository at this point in the history
  • Loading branch information
renawolford6 committed Feb 7, 2021
1 parent 6cea749 commit b1ed2e5
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 @@ -13,7 +13,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Use Node.js 14
uses: actions/setup-node@v2-beta
uses: actions/setup-node@v2
with:
node-version: 14.x
- name: Install dependencies
Expand All @@ -32,7 +32,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2-beta
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- name: Install dependencies
Expand Down

0 comments on commit b1ed2e5

Please sign in to comment.