diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index b548847..115965a 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.8.1 + uses: actions/setup-node@v4.0.0 with: node-version-file: '.nvmrc' cache: npm