Skip to content

Commit

Permalink
Update Publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Raible committed Nov 24, 2020
1 parent 69efd56 commit 5f688a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
7 changes: 0 additions & 7 deletions .github/dependabot.yml

This file was deleted.

4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1.1.0
- uses: actions/setup-node@v1.4.4
with:
node-version: 12
node-version: 14
registry-url: https://registry.npmjs.org/
- run: npm install
- run: npm publish --access public
Expand Down

0 comments on commit 5f688a4

Please sign in to comment.