Skip to content

Commit a5208fb

Browse files
authored
Merge pull request #83 from saltstack-formulas/ci/safe-settings
ci(safe-settings): revert to `safe-settings` release v2.1.17
2 parents 31d05b3 + 5d64efe commit a5208fb

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/safe-settings.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff 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
@@ -35,6 +35,10 @@ jobs:
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

0 commit comments

Comments
 (0)