Skip to content

Commit

Permalink
Merge pull request #252 from nearform/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/setup-node-2.5.0

chore(deps): bump actions/setup-node from 2.4.1 to 2.5.0
  • Loading branch information
simoneb committed Nov 29, 2021
2 parents 00c8c08 + 0e0c582 commit a82adb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
node-version: [12.x, 14.x, 16.x]
steps:
- uses: actions/checkout@v2.4.0
- uses: actions/setup-node@v2.4.1
- uses: actions/setup-node@v2.5.0
with:
node-version: ${{ matrix.node-version }}
- run: npm install
Expand Down

0 comments on commit a82adb1

Please sign in to comment.