Skip to content

Commit

Permalink
update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
iamnapo committed Oct 25, 2021
1 parent c155cad commit 6cb620d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ jobs:
uses: actions/setup-node@v2
with:
node-version: 16
cache: npm

- name: 📥 Download deps
run: npm i
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ jobs:
uses: actions/setup-node@v2
with:
node-version: 16
cache: npm
registry-url: "https://npm.pkg.github.com"
scope: "@iamnapo"

Expand Down

0 comments on commit 6cb620d

Please sign in to comment.