Skip to content

Commit

Permalink
ci: Pin to actions/setup-node v1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
peaceiris committed Jun 3, 2020
1 parent ce787cf commit 4477775
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 @@ -39,7 +39,7 @@ jobs:
id: nvm

- name: Setup Node
uses: actions/setup-node@v1
uses: actions/setup-node@v1.4.1
with:
node-version: '${{ steps.nvm.outputs.NVMRC }}'

Expand Down Expand Up @@ -196,7 +196,7 @@ jobs:
id: nvm

- name: Setup Node
uses: actions/setup-node@v1
uses: actions/setup-node@v1.4.1
with:
node-version: '${{ steps.nvm.outputs.NVMRC }}'

Expand Down

0 comments on commit 4477775

Please sign in to comment.