From 48805723c8c283eefa5d57d60274df800b5fd47d Mon Sep 17 00:00:00 2001 From: Nicolas Lebrun Date: Tue, 26 Dec 2023 22:18:54 +0100 Subject: [PATCH] Albers, Anuszkiewicz, Kiefer & Khalil --- .github/workflows/npm-publish.yml | 9 ++++---- demo/index.html | 7 +++--- demo/style.css | 12 +++++++++- package.json | 4 ++-- src/artists/a.ts | 38 +++++++++++++++++++++++++++++++ src/artists/k.ts | 35 ++++++++++++++++++++++++++++ src/index.ts | 2 ++ 7 files changed, 96 insertions(+), 11 deletions(-) create mode 100644 src/artists/a.ts diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index ba7414b..6116b87 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: 16 + node-version: '20.x' - run: npm ci - run: npm test @@ -25,10 +25,9 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: 16 - registry-url: https://npm.pkg.github.com/ - scope: '@nclslbrn' + node-version: '20.x' + registry-url: https://registry.npmjs.org/ - run: npm ci - run: npm publish --provenance --access public env: - NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}} + NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}} diff --git a/demo/index.html b/demo/index.html index 7c4ee72..ed78a25 100644 --- a/demo/index.html +++ b/demo/index.html @@ -20,9 +20,10 @@