Skip to content

Commit

Permalink
ci: update nodejs to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
leeqvip authored Apr 20, 2024
1 parent 59a72f6 commit a5cfef1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,11 +75,11 @@ jobs:
needs: [ test, upload-coverage ]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
- uses: actions/setup-node@v4
with:
node-version: '12'
node-version: 'lts/*'

- name: Run semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
run: npx semantic-release
run: npx semantic-release

0 comments on commit a5cfef1

Please sign in to comment.