File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -92,19 +92,18 @@ jobs:
9292 repository : oauthjs/express-oauth-server
9393 path : github/testing
9494
95- # place checkout for other adapters here
9695 - name : Setup node ${{ matrix.node }}
97- uses : actions/setup-node@v1
96+ uses : actions/setup-node@v2
9897 with :
9998 node-version : ${{ matrix.node }}
10099
101100 - name : Cache dependencies ${{ matrix.node }}
102101 uses : actions/cache@v1
103102 with :
104103 path : ~/.npm
105- key : ${{ runner.os }}-node-${{ matrix.node }}-${{ hashFiles('**/package-lock.json') }}
104+ key : ${{ runner.os }}-node-${{ matrix.node }}-oauthjs/express-oauth-server- ${{ hashFiles('github/testing/ **/package-lock.json') }}
106105 restore-keys : |
107- ${{ runner.os }}-node-${{ matrix.node }}
106+ ${{ runner.os }}-node-${{ matrix.node }}-oauthjs/express-oauth-server
108107
109108 # in order to test the adapter we need to use the current state
110109 # we just cloned and install it as local dependency
You can’t perform that action at this time.
0 commit comments