We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5933458 commit 9844c21Copy full SHA for 9844c21
2 files changed
.github/workflows/ci.yml
@@ -44,7 +44,7 @@ jobs:
44
MSI_UPGRADE_CODE: ${{ vars.MSI_UPGRADE_CODE }}
45
steps:
46
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
47
- - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
+ - uses: actions/setup-node@249970729cb0ef3589644e2896645e5dc5ba9c38 # v6
48
with:
49
cache: 'npm'
50
node-version-file: '.nvmrc'
.github/workflows/release-candidate.yml
@@ -78,7 +78,7 @@ jobs:
78
79
80
ref: ${{ github.sha }}
81
82
83
84
0 commit comments