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 68dd96a commit 2db6705Copy full SHA for 2db6705
.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@1a4442cacd436585916779262731d5b162bc6ec7 # v3
+ - uses: actions/setup-node@26961cf329f22f6837d5f54c3efd76b480300ace # 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