Skip to content

Commit

Permalink
Update actions/setup-node action to v4 (#212)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 23, 2023
1 parent 36af4cc commit a9fa033
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
MOZ_HEADLESS: 1
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: "15"
- uses: pnpm/[email protected]
Expand All @@ -38,7 +38,7 @@ jobs:
# Use our own token instead of the default token
# this step persists login credentials so strongly that we couldn't get them to override
token: ${{ secrets.PUBLISH_BOT }}
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: "15"
- uses: pnpm/[email protected]
Expand Down

0 comments on commit a9fa033

Please sign in to comment.