Skip to content

Commit

Permalink
ci: update actions/setup-node action to v2 (#274)
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenjoezhang authored Jan 30, 2021
1 parent 5f29f5a commit 61a9717
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tester.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
with:
submodules: true
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- name: Cache NPM dependencies
Expand All @@ -41,7 +41,7 @@ jobs:
with:
submodules: true
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- name: Cache NPM dependencies
Expand Down

0 comments on commit 61a9717

Please sign in to comment.