try this
This commit is contained in:
parent
85c34e9e35
commit
5a4339717e
1 changed files with 2 additions and 5 deletions
7
.github/workflows/deployment.yml
vendored
7
.github/workflows/deployment.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue