Skip to content

Commit

Permalink
ci: Sets NPM and SR versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan Hui committed Feb 9, 2024
1 parent 8b87a59 commit da2b190
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,9 @@ jobs:

- name: Set up NPM
uses: actions/setup-node@v4
with:
node-version: '>=20.8.1'

- name: Set up Semantic Release
run: |
npm install --save-dev semantic-release
npx semantic-release@23

0 comments on commit da2b190

Please sign in to comment.