Skip to content

Commit c328a31

Browse files
authored
Merge pull request #56 from leobalter/patch-2
Reuse the package-lock.json in the workspace.
2 parents 6adf425 + 1a7dbe9 commit c328a31

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/publish.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,13 @@ jobs:
1010
run:
1111
working-directory: crates/string-offsets/js
1212
steps:
13-
- uses: actions/checkout@v3
14-
- uses: actions/setup-node@v3
13+
- uses: actions/checkout@v4
14+
- uses: actions/setup-node@v4
1515
with:
1616
node-version: 22
1717
registry-url: https://registry.npmjs.org/
1818
cache: npm
19+
cache-dependency-path: crates/string-offsets/js/package-lock.json
1920
- run: npm ci
2021
- run: npm run compile
2122
- run: npm test

0 commit comments

Comments
 (0)