diff --git a/.github/workflows/rspec.yml b/.github/workflows/rspec.yml index a1c39051..78a4f108 100644 --- a/.github/workflows/rspec.yml +++ b/.github/workflows/rspec.yml @@ -29,12 +29,12 @@ jobs: key: v2-${{ runner.os }}-gems-fdsh_gateway-${{ hashFiles('**/Gemfile.lock') }}-${{ hashFiles('**/Gemfile' ) }} restore-keys: | v2-${{ runner.os }}-gems-fdsh_gateway-${{ hashFiles('**/Gemfile.lock') }}-${{ hashFiles('**/Gemfile' ) }} - - uses: actions/setup-node@v3 + - uses: actions/setup-node4 with: node-version: '14.x' - name: Restore Node Modules id: npm-cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: node_modules key: ${{ runner.os }}-node_v14_modules-${{ hashFiles('yarn.lock') }}