Skip to content

Commit a34a7de

Browse files
committed
chore: fix github actions
1 parent c932342 commit a34a7de

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

.github/workflows/run-tests.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,17 @@ jobs:
1717
- name: Checkout code
1818
uses: actions/checkout@v3
1919

20-
- name: Setup Node.js
21-
uses: actions/setup-node@v3
22-
with:
23-
node-version: '18'
24-
cache: 'pnpm'
25-
2620
- name: Install pnpm
2721
uses: pnpm/action-setup@v2
2822
with:
2923
version: 8
3024
run_install: false
25+
26+
- name: Setup Node.js
27+
uses: actions/setup-node@v3
28+
with:
29+
node-version: '18'
30+
cache: 'pnpm'
3131

3232
- name: Get pnpm store directory
3333
id: pnpm-cache

pnpm-workspace.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
packages:
2+
- '.'
3+
14
approvedBuilds:
25
- better-sqlite3
36
ignoredBuiltDependencies:

0 commit comments

Comments
 (0)