forked from lynx-family/lynx-stack
-
Notifications
You must be signed in to change notification settings - Fork 0
41 lines (39 loc) · 1.02 KB
/
nodejs-dependencies.yml
File metadata and controls
41 lines (39 loc) · 1.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
name: NodeJS Dependencies
"on":
pull_request:
branches:
- main
paths:
- package.json
- pnpm-lock.yaml
- pnpm-workspace.yaml
- "**/package.json"
merge_group:
types: [checks_requested]
# Set minimum permissions to prevent unnecessary access
permissions: {}
env:
CI: 1
TURBO_TELEMETRY_DISABLED: 1
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
sherif:
runs-on: lynx-ubuntu-24.04-medium
timeout-minutes: 10
permissions:
contents: read
steps:
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
with:
persist-credentials: false
- uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5
with:
node-version: "24"
package-manager-cache: false
- run: |
npm install -g corepack@latest
corepack enable
pnpm dedupe --check
pnpm dlx sherif@latest -i tailwindcss