Skip to content

Commit

Permalink
Update node.js.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nigeljacob authored Mar 24, 2024
1 parent 5e31c67 commit 8ed9cd0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
cache: 'yarn'
mac_certs: ${{ secrets.mac_certs }}
mac_certs_password: ${{ secrets.mac_certs_password }}
- run: yarn
- run: cd Frontend && yarn
- run: cd Backend && yarn
Expand All @@ -36,6 +34,8 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_TOKEN: ${{ secrets.GH_TOKEN }}
mac_certs: ${{ secrets.mac_certs }}
mac_certs_password: ${{ secrets.mac_certs_password }}
build-on-windows:
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 8ed9cd0

Please sign in to comment.