Skip to content

Commit

Permalink
[HOTFIX]: revert auto-publish actions versions for checkout and setup…
Browse files Browse the repository at this point in the history
…-node
  • Loading branch information
Rhodine-orleans-lindsay committed Jan 9, 2025
1 parent 3c792c9 commit 1da22d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/automate-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:
runs-on: ubuntu-22.04
if: startsWith(github.ref, 'refs/heads/master')
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v2.2.0
with:
fetch-depth: 0
- uses: actions/setup-node@v4
- uses: actions/setup-node@v1
with:
node-version: 20
registry-url: https://registry.npmjs.org/
Expand Down

0 comments on commit 1da22d2

Please sign in to comment.