Skip to content

Commit

Permalink
Merge pull request #4 from rsksmart/ca-publish-package
Browse files Browse the repository at this point in the history
GitFlow update commands to v3
  • Loading branch information
ezequiel-rodriguez authored Sep 25, 2024
2 parents 4096251 + b0559c4 commit c614e36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: "Check file existence"
id: check_files
Expand Down Expand Up @@ -46,7 +46,7 @@ jobs:
run: exit 1

- name: Push package to npmjs.com
uses: actions/setup-node@v1
uses: actions/setup-node@v3
with:
node-version: 20
registry-url: https://registry.npmjs.org/
Expand Down

0 comments on commit c614e36

Please sign in to comment.