File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 21
21
- name : Setup Node.js
22
22
uses : actions/setup-node@v2
23
23
with :
24
- node-version : ' 12 '
24
+ node-version : ' 16 '
25
25
26
26
- name : Set up JDK 8
27
27
uses : actions/setup-java@v2
@@ -103,9 +103,9 @@ jobs:
103
103
~/work/scalajs-reactjs/scalajs-reactjs/example/todo-app-redux/target/scala-2.13/scalajs-bundler/main/package-lock.json
104
104
~/work/scalajs-reactjs/scalajs-reactjs/example/todo-app-redux/target/scala-2.13/scalajs-bundler/test/node_modules
105
105
~/work/scalajs-reactjs/scalajs-reactjs/example/todo-app-redux/target/scala-2.13/scalajs-bundler/test/package-lock.json
106
- key : ${{ runner.os }}-node_modules-cache-v2 -${{ hashFiles('**/package-lock.json') }}
106
+ key : ${{ runner.os }}-node_modules-cache-v3 -${{ hashFiles('**/package-lock.json') }}
107
107
restore-keys : |
108
- ${{ runner.os }}-node_modules-cache-v2 -
108
+ ${{ runner.os }}-node_modules-cache-v3 -
109
109
110
110
- name : Extract Tag Name
111
111
run : echo "TAG_NAME=$(echo ${GITHUB_REF##*/})" >> $GITHUB_ENV
You can’t perform that action at this time.
0 commit comments