cleanup
All checks were successful
Build and test / build-and-test (14.x) (push) Successful in 12s
Build and test / build-and-test (16.x) (push) Successful in 11s
Build and test / build-and-test (18.x) (push) Successful in 12s
Build and test / build-and-test (20.x) (push) Successful in 11s

This commit is contained in:
James Brumond 2023-08-16 20:17:12 -07:00
parent 90d0bc01c5
commit 2316cc6f86
Signed by: james
GPG Key ID: E8F2FC44BAA3357A
2 changed files with 3 additions and 9 deletions

View File

@ -2,16 +2,13 @@
name: Build and publish
on:
- trigger_workflow
- workflow_dispatch
jobs:
build:
build-and-publish:
runs-on: ubuntu-latest
env:
NPM_PUBLISH_TOKEN: ${{ secrets.NPM_TOKEN }}
steps:
- name: Check out the repo
uses: actions/checkout@v3

View File

@ -10,14 +10,11 @@ on:
- master
jobs:
build:
build-and-test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14.x, 16.x, 18.x, 20.x]
steps:
- name: Check out the repo
uses: actions/checkout@v3