Skip to content

Commit 0b82df5

Browse files
committed
chore: run actions when .github/workflows changes, and set up pnpm
1 parent c6c7f1e commit 0b82df5

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/page.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
branches:
66
- main
77
paths:
8+
- ".github/workflows/**"
89
- ".gitignore"
910
- "src/**"
1011
- "package*.json"
@@ -18,6 +19,11 @@ jobs:
1819
steps:
1920
- uses: actions/checkout@v6
2021

22+
- name: Install pnpm
23+
uses: pnpm/action-setup@v4
24+
with:
25+
version: 10
26+
2127
- name: Setup Node.js
2228
uses: actions/setup-node@v6
2329
with:

0 commit comments

Comments
 (0)