Skip to content

Commit

Permalink
v66#1-21-50
Browse files Browse the repository at this point in the history
  • Loading branch information
xBoyMinemc authored Nov 5, 2024
1 parent 15cd642 commit 9f64a6d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,13 @@ 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: Install dependencies
if: startsWith(env.latest_commit_message, 'v')
run: npm i

- name: npm run build
Expand Down

0 comments on commit 9f64a6d

Please sign in to comment.