From 76dac883c025140f7677b4e76f58548ac2acdd82 Mon Sep 17 00:00:00 2001 From: Bill Criswell Date: Sat, 4 May 2024 21:08:59 -0400 Subject: [PATCH] Release 11.3.0 --- .github/workflows/npm-publish.yml | 4 +--- .github/workflows/test.yml | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index 9849968..2f4ce21 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -13,12 +13,10 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: '20.x' + node-version: 20.x - run: npm ci - run: npm test - uses: pascalgn/npm-publish-action@1.3.9 - with: - publish_command: npm env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} NPM_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 13969b4..48af270 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -13,6 +13,6 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: '20.x' + node-version: 20.x - run: npm ci - run: npm test