Skip to content

Commit

Permalink
fix: npm version
Browse files Browse the repository at this point in the history
since we're not using caching for now, no need to add it
  • Loading branch information
Felipe-gsilva authored Sep 5, 2024
1 parent f312eca commit d7540fe
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,9 @@ jobs:
cli: 1.11.1.1113

- name: Test ${{ matrix.node-version }}
uses: actions/checkout@v4
actions/setup-node@v4
uses: actions/setup-node@v4
with:
node-version: 22.8.0
cache: 'npm'
- run: |
npm ci
npm run ci:tests

0 comments on commit d7540fe

Please sign in to comment.