Skip to content

Commit

Permalink
chore(ci): update actions (#4948)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcesarmobile authored Jan 13, 2023
1 parent 057d3a3 commit d0f746b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ jobs:
timeout-minutes: 30
steps:
- run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" >> ~/.npmrc
- uses: actions/setup-node@v1
- uses: actions/setup-node@v3
with:
node-version: 14.x
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Restore Dependency Cache
uses: actions/cache@v1
uses: actions/cache@v3
with:
path: ~/.npm
key: ${{ runner.OS }}-dependency-cache-${{ hashFiles('**/package.json') }}
Expand Down

0 comments on commit d0f746b

Please sign in to comment.