We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7ce211 commit 3a9edb1Copy full SHA for 3a9edb1
1 file changed
.github/workflows/main.yml
@@ -1,31 +1 @@
1
-name: Node.js CI
2
3
-on:
4
- push:
5
- branches: [ "master", "main" ]
6
-
7
-jobs:
8
- build:
9
- runs-on: ubuntu-latest
10
- steps:
11
- - uses: actions/checkout@v4
12
13
- - name: Use Node.js LTS
14
- uses: actions/setup-node@v4
15
- with:
16
- node-version: 'lts/*'
17
18
- - name: Install pnp (Needed by Astro)
19
- run: npm i -g pnpm
20
21
- - name: Install dependencies
22
- run: pnpm install
23
24
- - name: Build project
25
- run: pnpm run build
26
27
- - name: Upload dist folder
28
- uses: actions/upload-artifact@v4
29
30
- name: astro-dist
31
- path: dist/
0 commit comments