Skip to content

Commit

Permalink
fix(actions): relax actions/setup-node version (#731)
Browse files Browse the repository at this point in the history
  • Loading branch information
ybiquitous committed Oct 6, 2020
1 parent a4b4fa4 commit 924342d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
node-version: ["10", "12", "14"]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2.1.1
- uses: actions/setup-node@v2-beta
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
Expand Down
2 changes: 1 addition & 1 deletion test/__snapshots__/init.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ jobs:
node-version: [\\"10\\", \\"12\\", \\"14\\"]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2.1.1
- uses: actions/setup-node@v2-beta
with:
node-version: \${{ matrix.node-version }}
- run: npm ci
Expand Down

0 comments on commit 924342d

Please sign in to comment.