diff --git a/.github/workflows/js.yml b/.github/workflows/js.yml index a52f003..ccaa682 100644 --- a/.github/workflows/js.yml +++ b/.github/workflows/js.yml @@ -50,7 +50,7 @@ jobs: # This action also handles the caching of the Yarn dependencies. # https://github.com/actions/setup-node - name: Set up node and enable caching of dependencies - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: '14' cache: 'yarn'