File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 10
10
11
11
strategy :
12
12
matrix :
13
- node-version : ['12', '14', '16 ']
13
+ node-version : ['12', '14', 'lts/* ']
14
14
15
15
name : Node.js ${{ matrix.node-version }}
16
16
steps :
35
35
uses : actions/cache@v3
36
36
with :
37
37
path : node_modules/.cache
38
- key : turbo-${{ matrix.node-version }}-${{ github.ref_name }}-${{ github.job }}-${{ github.sha }}
38
+ key :
39
+ turbo-${{ matrix.node-version }}-${{ github.ref_name }}-${{ github.job
40
+ }}-${{ github.sha }}
39
41
# According to GitHub documentation, only keys generated by the PR branch and the target branch are considered. This is
40
42
# to prevent a malicious PR from manipulating the cache to inject malicious code into unrelated branches.
41
43
# See: https://docs.github.com/en/actions/using-workflows/caching-dependencies-to-speed-up-workflows#matching-a-cache-key
You can’t perform that action at this time.
0 commit comments