Skip to content

Commit

Permalink
Merge pull request #101 from element-hq/renovate/major-github-actions
Browse files Browse the repository at this point in the history
Update GitHub Actions (major)
  • Loading branch information
robintown authored Jul 30, 2024
2 parents 0e6dece + c1f779d commit b2a4370
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
token: ${{ secrets.ELEMENT_BOT_TOKEN }}

- name: 🔧 Set up node environment
uses: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4
with:
node-version: "18"
cache: "yarn"
Expand All @@ -40,7 +40,7 @@ jobs:
git push
- name: 🚀 Publish to npm
id: npm-publish
uses: JS-DevTools/npm-publish@0f451a94170d1699fd50710966d48fb26194d939 # v1
uses: JS-DevTools/npm-publish@19c28f1ef146469e409470805ea4279d47c3d35c # v3
with:
token: ${{ secrets.ELEMENT_NPM_TOKEN }}
access: public
Expand Down

0 comments on commit b2a4370

Please sign in to comment.