We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1411681 commit 1a7dbe9Copy full SHA for 1a7dbe9
1 file changed
.github/workflows/publish.yaml
@@ -11,15 +11,12 @@ jobs:
11
working-directory: crates/string-offsets/js
12
steps:
13
- uses: actions/checkout@v4
14
- - name: Copy lock file to root for dependency scanning
15
- run: |
16
- cp crates/string-offsets/js/package-lock.json ${GITHUB_WORKSPACE}/package-lock.json
17
- working-directory: .
18
- uses: actions/setup-node@v4
19
with:
20
node-version: 22
21
registry-url: https://registry.npmjs.org/
22
cache: npm
+ cache-dependency-path: crates/string-offsets/js/package-lock.json
23
- run: npm ci
24
- run: npm run compile
25
- run: npm test
0 commit comments