Skip to content

Commit

Permalink
Merge pull request #88 from chantouchsek/dependabot/github_actions/ac…
Browse files Browse the repository at this point in the history
…tions/setup-node-2.3.0

fix(deps): bump actions/setup-node from 2.1.4 to 2.3.0
  • Loading branch information
TouchSek committed Jul 28, 2021
2 parents b9a56fa + 4677276 commit 14375f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- uses: actions/checkout@v2.3.4
with:
fetch-depth: 1
- uses: actions/setup-node@v2.1.4
- uses: actions/setup-node@v2.3.0
with:
node-version: ${{ matrix.node-version }}
- run: npm install
Expand Down

0 comments on commit 14375f1

Please sign in to comment.