Skip to content

Commit

Permalink
Fix Node.js publishing workflow version (#9877)
Browse files Browse the repository at this point in the history
  • Loading branch information
ddbeck authored Apr 15, 2021
1 parent 4343ff7 commit 44c9d55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Release package

on:
release:
types: [published]
types: [published, edited]

jobs:
build:
Expand All @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2-beta
with:
node-version: 10.x
node-version: 14.x
registry-url: "https://registry.npmjs.org/"
- run: npm install
- run: npm test
Expand Down

0 comments on commit 44c9d55

Please sign in to comment.