File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -17,10 +17,10 @@ jobs:
1717 runs-on : ubuntu-24.04
1818 env :
1919 # Version/tag of `github/safe-settings` repository to use:
20- SAFE_SETTINGS_VERSION : 2.1.18
20+ SAFE_SETTINGS_VERSION : ff7a65655d33006b9820479df0a9e1057a8927e4 # 2.1.17
2121
2222 # Path on GHA runner box where safe-settings code downloaded to:
23- SAFE_SETTINGS_CODE_DIR : ${{ github.workspace }}/ .safe-settings-code
23+ SAFE_SETTINGS_CODE_DIR : .safe-settings-code
2424 steps :
2525 # Self-checkout of 'admin' repo for access to safe-settings deployment configuration
2626 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3535 path : ${{ env.SAFE_SETTINGS_CODE_DIR }}
3636 persist-credentials : false
3737 - uses : actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
38+ with :
39+ cache : npm
40+ cache-dependency-path : ${{ env.SAFE_SETTINGS_CODE_DIR }}/package-lock.json
41+ node-version-file : ${{ env.SAFE_SETTINGS_CODE_DIR }}/.nvmrc
3842 - run : npm install
3943 working-directory : ${{ env.SAFE_SETTINGS_CODE_DIR }}
4044 - name : Run Safe-Settings Full-Sync
You can’t perform that action at this time.
0 commit comments