Skip to content

Commit

Permalink
Merge pull request #399 from moul/dependabot/github_actions/actions/s…
Browse files Browse the repository at this point in the history
…etup-node-2.3.0

chore(deps): bump actions/setup-node from 2.1.5 to 2.3.0
  • Loading branch information
moul authored Jul 24, 2021
2 parents 552ddeb + 8ff8193 commit 4da09b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
steps:
- uses: actions/[email protected]
- name: Use Node.js ${{ matrix.node }}
uses: actions/setup-node@v2.1.5
uses: actions/setup-node@v2.3.0
with:
node-version: ${{ matrix.node }}
- name: Cache Node.js modules
Expand Down

0 comments on commit 4da09b1

Please sign in to comment.