File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed
Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change 77 - beta
88 pull_request :
99
10+ env :
11+ NODE_VERSION : 12.13.0
12+
1013jobs :
1114 lint :
1215 name : Linting
1821 - uses : actions/checkout@v2
1922 with :
2023 fetch-depth : 0
21- - uses : actions/setup-node@v1
24+ - uses : actions/setup-node@v2
25+ with :
26+ node-version : ${{ env.NODE_VERSION }}
2227 - name : Get yarn cache directory path
2328 id : yarn-cache-dir-path
2429 run : echo "::set-output name=dir::$(yarn config get cacheFolder)"
7378 - uses : actions/checkout@v2
7479 with :
7580 persist-credentials : false # GITHUB_TOKEN must not be set for the semantic release
76- - uses : actions/setup-node@v1
81+ - uses : actions/setup-node@v2
7782 with :
78- node-version : 12.13.0
83+ node-version : ${{ env.NODE_VERSION }}
7984 - uses : actions/cache@v2
8085 with :
8186 path : ' **/node_modules'
You can’t perform that action at this time.
0 commit comments