We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b281570 commit 2b7cc0dCopy full SHA for 2b7cc0d
2 files changed
.github/workflows/ci-cd.yml
@@ -24,7 +24,7 @@ jobs:
24
NODE_OPTIONS: --max-old-space-size=4000
25
steps:
26
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
27
- - uses: actions/setup-node@26961cf329f22f6837d5f54c3efd76b480300ace # v4
+ - uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6
28
with:
29
cache: "npm"
30
node-version-file: ".nvmrc"
.github/workflows/daily-tx-pull.yml
@@ -15,7 +15,7 @@ jobs:
15
16
17
ref: 'develop'
18
- - uses: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3
19
20
cache: 'npm'
21
node-version-file: '.nvmrc'
0 commit comments