We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6adf425 + 1a7dbe9 commit c328a31Copy full SHA for c328a31
1 file changed
.github/workflows/publish.yaml
@@ -10,12 +10,13 @@ jobs:
10
run:
11
working-directory: crates/string-offsets/js
12
steps:
13
- - uses: actions/checkout@v3
14
- - uses: actions/setup-node@v3
+ - uses: actions/checkout@v4
+ - uses: actions/setup-node@v4
15
with:
16
node-version: 22
17
registry-url: https://registry.npmjs.org/
18
cache: npm
19
+ cache-dependency-path: crates/string-offsets/js/package-lock.json
20
- run: npm ci
21
- run: npm run compile
22
- run: npm test
0 commit comments