Skip to content

Commit

Permalink
add caching to github build and deploy script
Browse files Browse the repository at this point in the history
  • Loading branch information
kbravh committed Apr 13, 2022
1 parent 39da08c commit 3342c1a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,12 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v1
uses: actions/setup-node@v3
with:
node-version: '14.x'
node-version: '16.x'
cache: yarn
- name: Build
id: build
run: |
Expand Down

0 comments on commit 3342c1a

Please sign in to comment.