Skip to content

chore(): pin yarn to v3.8.7 #760

chore(): pin yarn to v3.8.7

chore(): pin yarn to v3.8.7 #760

Workflow file for this run

name: node-ts-uuid
on:
push:
branches:
- main
paths:
- .github/workflows/node-ts-uuid.yaml
- packages/node-ts-uuid/**
- package.json
- tsconfig.json
- types/**/*.ts
- '!**.md'
- '!**/.gitignore'
pull_request:
paths:
- .github/workflows/node-ts-uuid.yaml
- packages/node-ts-uuid/**
- package.json
- tsconfig.json
- types/**/*.ts
- '!**.md'
- '!**/.gitignore'
jobs:
code:
uses: ./.github/workflows/code.yaml
with:
package: node-ts-uuid
secrets:
token: ${{ secrets.REPO_ACCESS_TOKEN }}