Skip to content

Commit

Permalink
update actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
bradgarropy committed Dec 31, 2020
1 parent 5d841e4 commit fd98e21
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: "📚 checkout"
uses: actions/checkout@v2.1.1
uses: actions/checkout@v2.3.4
- name: "♻️ node"
uses: actions/setup-node@v1.4.2
uses: actions/setup-node@v2.1.4
with:
version: 12
node-version: 12
registry-url: https://registry.npmjs.org
- name: "📦 publish"
run: npm publish --access public
Expand Down

0 comments on commit fd98e21

Please sign in to comment.