Skip to content

Commit

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

Update actions/setup-node action to v2
  • Loading branch information
AndrewLeedham authored Jan 6, 2022
2 parents 8c65f65 + f298198 commit 576ac88
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/browserslist-stats-cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Setup Node
uses: actions/setup-node@v1
uses: actions/setup-node@v2
with:
node-version: '12.x'
- uses: webfactory/ssh-agent@v0.5.4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
ssh-key: ${{ secrets.SSH_PRIVATE_KEY }}
- name: Prepare repository
run: git fetch --unshallow --tags
- uses: actions/setup-node@v1
- uses: actions/setup-node@v2
with:
node-version: 14
- uses: bahmutov/npm-install@v1
Expand Down

0 comments on commit 576ac88

Please sign in to comment.