Skip to content
This repository was archived by the owner on Apr 4, 2025. It is now read-only.

Commit aeeec1e

Browse files
authored
Merge pull request #545 from ali-kafel/patch-1
chore: use setup node action cache
2 parents 405fca5 + 094f580 commit aeeec1e

File tree

1 file changed

+4
-8
lines changed
  • packages/wallet/.github/workflows

1 file changed

+4
-8
lines changed

packages/wallet/.github/workflows/ci.yml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,11 @@ jobs:
1111
name: "Lint & Test"
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v2
15-
- uses: actions/setup-node@v2
16-
17-
- uses: actions/cache@v2
14+
- uses: actions/checkout@v4
15+
- uses: actions/setup-node@v4
1816
with:
19-
path: ~/.npm
20-
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
21-
restore-keys: |
22-
${{ runner.os }}-node-
17+
node-version: "16"
18+
cache: "npm"
2319
- run: npm install
2420
- run: npm run type-check
2521
- run: npm run lint

0 commit comments

Comments
 (0)