Skip to content

Commit 0ef0b54

Browse files
authored
Merge pull request #31 from replicate/ci/add-npm-caching
ci: enable npm caching in GitHub Actions workflow
2 parents 14c844f + a62e317 commit 0ef0b54

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,9 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/checkout@v3
14-
- uses: actions/setup-node@v3
14+
- uses: actions/setup-node@v4
1515
with:
1616
node-version: 18
17+
cache: npm
1718
- run: npm ci
1819
- run: npm test

0 commit comments

Comments
 (0)