Skip to content

Commit

Permalink
Merge pull request #15 from ROZ-MOFUMOFU-ME/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
ROZ-MOFUMOFU-ME authored Sep 23, 2024
2 parents b09a640 + 608c622 commit 7abef3a
Show file tree
Hide file tree
Showing 17 changed files with 2,363 additions and 1,203 deletions.
34 changes: 28 additions & 6 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
@@ -1,22 +1,44 @@
name: Node.js CI

on:
push:
branches: [ "main", "dev" ]
pull_request:
branches: [ "main", "dev" ]

jobs:
build:
runs-on: ubuntu-20.04
test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x, 18.x, 20.x, 22.x]

steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- name: Run build
run: npm install
- name: Verify build
run: echo "Build completed successfully!"
- run: npm i
- run: npm test
env:
SETS: set3

publish:
runs-on: ubuntu-latest
needs:
- test
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: npm ci
- name: Semantic Release
uses: cycjimmy/semantic-release-action@v4
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
with:
extra_plugins: |
@semantic-release/changelog
@semantic-release/git
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -397,4 +397,5 @@ FodyWeavers.xsd
# JetBrains Rider
*.sln.iml

# built files
build/
324 changes: 0 additions & 324 deletions build/Makefile

This file was deleted.

6 changes: 0 additions & 6 deletions build/binding.Makefile

This file was deleted.

Loading

0 comments on commit 7abef3a

Please sign in to comment.