Skip to content

Commit

Permalink
Merge pull request #95 from agiledigital-labs/renovate/actions-setup-…
Browse files Browse the repository at this point in the history
…node-2.x

chore(deps): update actions/setup-node action to v2
  • Loading branch information
danielnixon authored Jul 16, 2021
2 parents bc4b7f2 + 0a35881 commit a4a4f14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
if: "!contains(github.event.head_commit.message, '[skip ci]')"
steps:
- name: Use Node.js 15.x
uses: actions/setup-node@v1
uses: actions/setup-node@v2
with:
node-version: 15.x
- name: Check out repository code
Expand Down

0 comments on commit a4a4f14

Please sign in to comment.