diff --git a/.github/workflows/deployment.yml b/.github/workflows/deployment.yml index b5f0f7e..48d5fe2 100644 --- a/.github/workflows/deployment.yml +++ b/.github/workflows/deployment.yml @@ -6,14 +6,13 @@ on: jobs: install: name: Install - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 steps: - name: Checkout uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: "latest" - cache: "npm" + node-version-file: ".tool-versions" - name: Load node_modules cache uses: actions/cache@v4 with: @@ -24,8 +23,6 @@ jobs: ${{ runner.os }}-yarn- - name: NPM run: npm ci - - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v3 - name: Login to Docker Hub uses: docker/login-action@v3 with: