Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Create build-nodejs.yml
  • Loading branch information
ne7359 authored Jan 17, 2025
commit 7f5a428d4c0fe0f66c1b0314b8956c9267f3932d
27 changes: 27 additions & 0 deletions .github/workflows/build-nodejs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
name: Build NodeJS

on:
workflow_dispatch:

jobs:
build:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18.17.1

- name: Run npm bild
working-directory: nodejs
run: |
npm i
npm run build

- name: Archive dist
uses: actions/upload-artifact@v4
with:
name: dist
path: |
nodejs/dist