Skip to content

Commit 7158c5d

Browse files
committed
feat: Added semantic-release
1 parent a98238a commit 7158c5d

File tree

3 files changed

+6615
-871
lines changed

3 files changed

+6615
-871
lines changed

.github/workflows/versioning.yml

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,24 +4,21 @@ name: Semantic versioning
44

55
on:
66
push:
7-
branches: [ "dev" ]
7+
branches: ['dev']
88

99
jobs:
1010
build:
11-
1211
runs-on: ubuntu-latest
1312

1413
strategy:
1514
matrix:
1615
node-version: [20.x, 22.x]
1716

18-
1917
steps:
20-
- uses: actions/checkout@v4
21-
- name: Use Node.js ${{ matrix.node-version }}
22-
uses: actions/setup-node@v4
23-
with:
24-
node-version: ${{ matrix.node-version }}
25-
cache: 'npm'
26-
- run: npm ci
27-
- run: npm test
18+
- uses: actions/checkout@v4
19+
- name: Use Node.js ${{ matrix.node-version }}
20+
uses: actions/setup-node@v4
21+
with:
22+
node-version: ${{ matrix.node-version }}
23+
cache: 'npm'
24+
- run: npm ci

0 commit comments

Comments
 (0)