Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b2da01cbd1 | |||
| e91732dee6 | |||
| f2b63df1ea | |||
| 683d78194e | |||
| ce8cd84090 | |||
| d4d5ab89c7 |
@@ -18,7 +18,7 @@ jobs:
|
||||
- name: Setup Node.js
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: "20"
|
||||
node-version: "24"
|
||||
cache: ""
|
||||
|
||||
- name: Install dependencies
|
||||
@@ -41,17 +41,14 @@ jobs:
|
||||
- name: Setup Node.js
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: "20"
|
||||
node-version: "24"
|
||||
cache: ""
|
||||
|
||||
- name: Download build artifacts
|
||||
uses: actions/download-artifact@v3
|
||||
with:
|
||||
name: dist
|
||||
path: dist/
|
||||
|
||||
- name: Install dependencies
|
||||
run: npm ci
|
||||
run: npm i
|
||||
|
||||
- name: Set vars
|
||||
run: AWS_ACCOUNT=${{ vars.VARIABLE_NAME }}
|
||||
|
||||
- name: Deploy
|
||||
run: npm run-script cdk -- deploy
|
||||
|
||||
Reference in New Issue
Block a user