From 304099490fdf9061967e65ebe939e8f34ae6c3d9 Mon Sep 17 00:00:00 2001 From: James Jensen Date: Sat, 30 Jul 2022 15:47:20 +0800 Subject: [PATCH] Another NPM release action debug attempt --- .github/workflows/npm_publish.yaml | 6 +++++- CHANGELOG.md | 3 +++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/workflows/npm_publish.yaml b/.github/workflows/npm_publish.yaml index 3b015eb..724d277 100644 --- a/.github/workflows/npm_publish.yaml +++ b/.github/workflows/npm_publish.yaml @@ -15,7 +15,11 @@ jobs: deno-version: v1.x - name: Run unit tests on Deno run: deno test - - uses: actions/setup-node@v2 + - name: Setup Node + uses: actions/setup-node@v2 + with: + node-version: '16.x' + registry-url: 'https://registry.npmjs.org' - name: Build and run unit tests on the npm version run: deno run -A ./scripts/build_npm.ts - name: npm publish diff --git a/CHANGELOG.md b/CHANGELOG.md index d06ebad..d8d96a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,9 @@ and this project adheres to ## [Unreleased] +- Another attempt to fix the NPM release + (debugging actions can be awful sometimes). + ## [2.4.1] - 2020-07-30 ### Changed