We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63c5f03 commit 7ac0d1eCopy full SHA for 7ac0d1e
.github/workflows/ci-cd.yml
@@ -22,7 +22,7 @@ jobs:
22
NODE_OPTIONS: --max-old-space-size=4000
23
steps:
24
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
25
- - uses: actions/setup-node@26961cf329f22f6837d5f54c3efd76b480300ace # v4
+ - uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4
26
with:
27
cache: "npm"
28
node-version-file: ".nvmrc"
@@ -87,7 +87,7 @@ jobs:
87
runs-on: ubuntu-latest
88
89
90
91
92
93
0 commit comments