Skip to content

Commit

Permalink
build(readme): update actions/checkout and publish-node-package-actio…
Browse files Browse the repository at this point in the history
…n versions
  • Loading branch information
cloudcome committed Jul 25, 2024
1 parent b581914 commit 33b73b8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ jobs:
contents: read
id-token: write # Give permission to mint an ID-token
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- run: npm ci
- run: npm run build
- uses: FrontEndDev-org/publish-node-package-action@v1
- uses: FrontEndDev-org/publish-node-package-action@v2
with:
target: npm
token: ${{ secrets.NPM_TOKEN }}
Expand Down Expand Up @@ -53,10 +53,10 @@ jobs:
permissions:
packages: write
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- run: npm ci
- run: npm run build
- uses: FrontEndDev-org/publish-node-package-action@v1
- uses: FrontEndDev-org/publish-node-package-action@v2
with:
target: github
token: ${{ github.token }}
Expand Down

0 comments on commit 33b73b8

Please sign in to comment.