diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index e82d3cc..6a6dcb6 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -11,7 +11,7 @@ jobs: fetch-depth: 0 - name: Set Up NodeJs - uses: actions/setup-node@v4.0.2 + uses: actions/setup-node@v4.0.4 with: node-version-file: '.nvmrc' cache: npm