Skip to content

Commit 3a9edb1

Browse files
authored
Remove Node.js CI workflow from GitHub Actions
1 parent c7ce211 commit 3a9edb1

1 file changed

Lines changed: 0 additions & 30 deletions

File tree

.github/workflows/main.yml

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1 @@
1-
name: Node.js CI
21

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-
with:
30-
name: astro-dist
31-
path: dist/

0 commit comments

Comments
 (0)