Skip to content

Commit a00b24c

Browse files
committed
chore(init): fix github actions for ci config
1 parent 1374efd commit a00b24c

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

.github/workflows/ci.yml

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
name: CI
22

3-
on:
4-
push:
5-
branches: [main]
6-
pull_request:
7-
branches:
8-
- main
9-
- 'feature/**'
10-
11-
jobs:
12-
build:
13-
runs-on: ubuntu-latest
14-
steps:
15-
- uses: actions/checkout@v3
16-
- uses: actions/setup-node@v3
17-
with:
18-
node-version: 18
19-
- run: npm install --legacy-peer-deps
20-
- run: npx nx build web
3+
on:
4+
push:
5+
branches: [main]
6+
pull_request:
7+
branches:
8+
- main
9+
- 'feature/**'
10+
11+
jobs:
12+
build:
13+
runs-on: ubuntu-latest
14+
steps:
15+
- uses: actions/checkout@v3
16+
- uses: actions/setup-node@v3
17+
with:
18+
node-version: 18
19+
- run: npm install --legacy-peer-deps
20+
- run: npx nx build web

0 commit comments

Comments
 (0)