Skip to content

Commit

Permalink
Merge pull request #33 from oliviacarlisle/dev
Browse files Browse the repository at this point in the history
Cache dependencies in ci workflow
  • Loading branch information
oliviacarlisle authored Oct 30, 2024
2 parents 8c1dc0b + de2a2d2 commit d5b574b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ jobs:
strategy:
matrix:
node-version: [18, 20, 22]

steps:
- uses: actions/checkout@v4

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'

- name: Install dependencies
run: npm ci
Expand Down

0 comments on commit d5b574b

Please sign in to comment.