Skip to content

Commit

Permalink
Use latest version of action to install Node.js
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Feb 6, 2021
1 parent 73c074c commit 7234b1a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Checkout the repository
uses: actions/checkout@v2
- name: Install Node.js
uses: actions/setup-node@v2-beta
uses: actions/setup-node@v2
with:
node-version: 15
- name: Install dependencies
Expand All @@ -32,7 +32,7 @@ jobs:
- name: Checkout the repository
uses: actions/checkout@v2
- name: Install 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 All @@ -48,7 +48,7 @@ jobs:
- name: Checkout the repository
uses: actions/checkout@v2
- name: Install Node.js LTS
uses: actions/setup-node@v2-beta
uses: actions/setup-node@v2
with:
node-version: 14
- name: Install dependencies
Expand Down

0 comments on commit 7234b1a

Please sign in to comment.