update.
This commit is contained in:
6
.github/workflows/deploy.yml
vendored
6
.github/workflows/deploy.yml
vendored
@@ -9,12 +9,12 @@ jobs:
|
|||||||
build-and-deploy:
|
build-and-deploy:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- uses: actions/setup-node@v3
|
- uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
node-version: "20"
|
node-version: lts
|
||||||
cache: "npm"
|
cache: npm
|
||||||
- run: npm install
|
- run: npm install
|
||||||
- run: CI=false npm run build
|
- run: CI=false npm run build
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user