Skip to content

Commit

Permalink
Basic nx cloud CI
Browse files Browse the repository at this point in the history
  • Loading branch information
orius123 committed Jul 23, 2024
1 parent 433b19a commit 17c6fc0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- main
env:
NODE_VERSION: 18.2
PNPM_VERSION: 7.28.0
PNPM_VERSION: 8
jobs:
gitleaks:
name: 🔒 Run Git leaks
Expand Down Expand Up @@ -41,6 +41,7 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: ${{ env.NODE_VERSION }}
cache: 'pnpm'
- uses: pnpm/action-setup@v4
with:
version: ${{ env.PNPM_VERSION }}
Expand All @@ -55,6 +56,8 @@ jobs:
env:
CI: true
NODE_AUTH_TOKEN: ${{ secrets.CI_NPM_READ_ORG }}
- name: Set NX
uses: nrwl/nx-set-shas@v4
- name: Install Playwright Browsers
run: npx playwright install --with-deps
- name: Cache npm dependencies
Expand Down

0 comments on commit 17c6fc0

Please sign in to comment.