Skip to content

Commit

Permalink
Update node.js.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
xBoyMinemc authored Nov 5, 2024
1 parent 9bb64d6 commit 024d8aa
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,14 @@ jobs:
echo "EOF" >> $GITHUB_ENV
- name: Set up Node.js
if: startsWith(env.latest_commit_message, 'v')
uses: actions/setup-node@v3
with:
node-version: '22'

- name: npm run build
if: startsWith(env.latest_commit_message, 'v')
run: npm i

- name: npm run build
if: startsWith(env.latest_commit_message, 'v')
Expand Down

0 comments on commit 024d8aa

Please sign in to comment.