Skip to content

Commit bb523fd

Browse files
authored
Merge pull request #91 from replicate/ci/add-npm-caching
ci: enable npm caching in GitHub Actions workflow
2 parents fd4f1d4 + 8e649fa commit bb523fd

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)