Skip to content

Commit

Permalink
Add npm cache and update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
brollb committed Apr 13, 2022
1 parent 18d698b commit b3ad51e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,12 @@ jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-node@v2
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
registry-url: https://registry.npmjs.org/
cache: 'npm'

- name: Run npm ci
run: |
Expand Down

0 comments on commit b3ad51e

Please sign in to comment.