diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index a2a51d9..c93399d 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@v3.6.0 + uses: actions/setup-node@v3.7.0 with: node-version-file: '.nvmrc' cache: npm