Skip to content

Commit

Permalink
fix: add CI
Browse files Browse the repository at this point in the history
  • Loading branch information
lpatiny committed May 3, 2024
1 parent c89c2ee commit a915de0
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 14 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Node.js CI

on:
push:
branches:
- main
pull_request:

jobs:
nodejs:
# Documentation: https://github.com/zakodium/workflows#nodejs-ci
uses: zakodium/workflows/.github/workflows/nodejs.yml@nodejs-v1
14 changes: 0 additions & 14 deletions .github/workflows/npm-prerelease.yml

This file was deleted.

0 comments on commit a915de0

Please sign in to comment.