Skip to content

Commit

Permalink
Merge pull request #545 from ali-kafel/patch-1
Browse files Browse the repository at this point in the history
chore: use setup node action cache
  • Loading branch information
dlim-circle authored Mar 3, 2025
2 parents 405fca5 + 094f580 commit aeeec1e
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions packages/wallet/.github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,11 @@ jobs:
name: "Lint & Test"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2

- uses: actions/cache@v2
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
path: ~/.npm
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
restore-keys: |
${{ runner.os }}-node-
node-version: "16"
cache: "npm"
- run: npm install
- run: npm run type-check
- run: npm run lint
Expand Down

0 comments on commit aeeec1e

Please sign in to comment.