Skip to content

Commit

Permalink
fix(ci): ref #7
Browse files Browse the repository at this point in the history
  • Loading branch information
Ridermansb committed Jul 17, 2020
1 parent bfea1c8 commit 31b597c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/npmpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,14 @@ jobs:
ref: ${{ github.ref }}
fetch-depth: 0
- run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
- uses: actions/setup-node@v2
- uses: actions/setup-node@v1
with:
node-version: 12

- name: Get npm cache directory
id: npm-cache
run: echo "::set-output name=dir::$(npm config get cache)"

- name: Cache .npm directory
id: cache-node_modules
uses: actions/cache@v2
Expand Down

0 comments on commit 31b597c

Please sign in to comment.