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 024d8aa commit ee976cc
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,11 @@ 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')
- name: Install dependencies
run: npm i

- name: npm run build
Expand Down

0 comments on commit ee976cc

Please sign in to comment.