Skip to content

Commit

Permalink
Update actions/setup-node v2.0.0 -> v2 (#172)
Browse files Browse the repository at this point in the history
  • Loading branch information
micnncim authored Feb 4, 2021
1 parent 422f43a commit b4b0b55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ jobs:
steps:
- uses: actions/checkout@v2

- uses: actions/setup-node@v2.0.0
- uses: actions/setup-node@v2
with:
node-version: "12.x"
node-version: '12'

- run: yarn install

Expand Down

0 comments on commit b4b0b55

Please sign in to comment.