diff --git a/.github/workflows/js.yml b/.github/workflows/js.yml index 7f2844c..3b86494 100644 --- a/.github/workflows/js.yml +++ b/.github/workflows/js.yml @@ -34,7 +34,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'