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 2121 - name : Setup Node.js
2222 uses : actions/setup-node@v2
2323 with :
24- node-version : ' 12 '
24+ node-version : ' 16 '
2525
2626 - name : Set up JDK 8
2727 uses : actions/setup-java@v2
@@ -103,9 +103,9 @@ jobs:
103103 ~/work/scalajs-reactjs/scalajs-reactjs/example/todo-app-redux/target/scala-2.13/scalajs-bundler/main/package-lock.json
104104 ~/work/scalajs-reactjs/scalajs-reactjs/example/todo-app-redux/target/scala-2.13/scalajs-bundler/test/node_modules
105105 ~/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') }}
107107 restore-keys : |
108- ${{ runner.os }}-node_modules-cache-v2 -
108+ ${{ runner.os }}-node_modules-cache-v3 -
109109
110110 - name : Extract Tag Name
111111 run : echo "TAG_NAME=$(echo ${GITHUB_REF##*/})" >> $GITHUB_ENV
You can’t perform that action at this time.
0 commit comments