Skip to content

feat: adjust env

feat: adjust env #1

Workflow file for this run

name: "Pull Request checks"
on:
- pull_request
jobs:
build:
runs-on: "ubuntu-latest"
steps:
- uses: actions/checkout@v3
- uses: stafftastic/[email protected]
with:
scope: stafftastic
project: stafftastic
repository: npm
serviceAccountKey: ${{secrets.GOOGLE_ARTIFACT_REGISTRY_SA_KEY}}
- uses: actions/setup-node@v3
with:
node-version: 20
- run: npm install
- run: npm run build
cyclic-dependencies:
runs-on: "ubuntu-latest"
steps:
- uses: actions/checkout@v3
- uses: stafftastic/[email protected]
with:
scope: stafftastic
project: stafftastic
repository: npm
serviceAccountKey: ${{secrets.GOOGLE_ARTIFACT_REGISTRY_SA_KEY}}
- uses: actions/setup-node@v3
with:
node-version: 20
- run: npx dpdm --exit-code circular:1 ./src/index.ts