3 Commits

Author SHA1 Message Date
7f8d46bd69 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 12s
Build and test / build-and-test (18.x) (push) Successful in 12s
Build and test / build-and-test (20.x) (push) Successful in 13s
2023-08-18 17:14:21 -07:00
2316cc6f86 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
2023-08-16 20:17:12 -07:00
90d0bc01c5 change publish workflow to manual trigger
All checks were successful
Build and test / build (14.x) (push) Successful in 12s
Build and test / build (16.x) (push) Successful in 11s
Build and test / build (18.x) (push) Successful in 12s
Build and test / build (20.x) (push) Successful in 12s
2023-08-16 19:39:37 -07:00
3 changed files with 4 additions and 12 deletions

View File

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

View File

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

View File

@@ -2,7 +2,7 @@
"name": "@doc-utils/color-themes", "name": "@doc-utils/color-themes",
"version": "0.2.0", "version": "0.2.0",
"publishConfig": { "publishConfig": {
"registry": "https://gitea.home.jbrumond.me/api/packages/doc-utils/npm/" "registry": "https://gitea.jbrumond.me/api/packages/doc-utils/npm/"
}, },
"scripts": { "scripts": {
"tsc": "tsc", "tsc": "tsc",