Skip to content

Commit 8613320

Browse files
committed
build(ci): another attempt at fixing ci...
1 parent 4ebc9f9 commit 8613320

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/main.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,15 @@ jobs:
4242
options: --user 1001
4343
needs: validate
4444
steps:
45+
- uses: actions/checkout@v3
46+
- uses: pnpm/action-setup@v2.2.4
47+
with:
48+
version: 7
49+
- uses: actions/setup-node@v3
50+
with:
51+
node-version: 18
52+
cache: pnpm
53+
4554
- run: pnpm build
4655

4756
- name: Save build folder

0 commit comments

Comments
 (0)