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:
|
jobs:
|
||||||
install:
|
install:
|
||||||
name: Install
|
name: Install
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-22.04
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- uses: actions/setup-node@v4
|
- uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
node-version: "latest"
|
node-version-file: ".tool-versions"
|
||||||
cache: "npm"
|
|
||||||
- name: Load node_modules cache
|
- name: Load node_modules cache
|
||||||
uses: actions/cache@v4
|
uses: actions/cache@v4
|
||||||
with:
|
with:
|
||||||
|
|
@ -24,8 +23,6 @@ jobs:
|
||||||
${{ runner.os }}-yarn-
|
${{ runner.os }}-yarn-
|
||||||
- name: NPM
|
- name: NPM
|
||||||
run: npm ci
|
run: npm ci
|
||||||
- name: Set up Docker Buildx
|
|
||||||
uses: docker/setup-buildx-action@v3
|
|
||||||
- name: Login to Docker Hub
|
- name: Login to Docker Hub
|
||||||
uses: docker/login-action@v3
|
uses: docker/login-action@v3
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue