Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/node-ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8
with:
node-version: 16.x
- uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84
- uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9
name: Load Yarn cache
with:
path: ${{ steps.yarn-cache.outputs.dir }}
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
- uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8
with:
node-version: 16.x
- uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84
- uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9
name: Load Yarn cache
with:
path: ${{ steps.yarn-cache.outputs.dir }}
Expand Down