Skip to content

Commit

Permalink
Another NPM release action debug attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
jajaperson committed Jul 30, 2022
1 parent 14f2888 commit 3040994
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/npm_publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3040994

Please sign in to comment.