File tree Expand file tree Collapse file tree 4 files changed +4839
-6
lines changed Expand file tree Collapse file tree 4 files changed +4839
-6
lines changed Original file line number Diff line number Diff line change 7272 - uses : actions/setup-node@v5
7373 with :
7474 node-version : " lts/*"
75- - name : Cache node_modules
76- uses : actions/cache@v4
77- with :
78- path : ./playground/node_modules
79- key : ${{ hashFiles('./playground/package.json') }}
75+ cache : npm
76+ cache-dependency-path : ./playground/package-lock.json
8077 - name : Build playground
8178 run : make build
8279 - name : Lint playground
Original file line number Diff line number Diff line change 2323 - uses : actions/setup-node@v5
2424 with :
2525 node-version : " lts/*"
26+ cache : npm
27+ cache-dependency-path : ./playground/package-lock.json
2628 - name : Update test data
2729 run : make ./scripts/generate-actionlint-matcher/test/* SKIP_GO_GENERATE=true
2830 - name : Test actionlint-matcher.json
Original file line number Diff line number Diff line change 11/lib
22/main.wasm
33/node_modules
4- /package-lock.json
54/image
65/* .js
76/* .js.map
You can’t perform that action at this time.
0 commit comments