Skip to content

Commit 26c2cae

Browse files
committed
ci: use NPM v12
1 parent 63963de commit 26c2cae

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/deploy.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,11 @@ jobs:
2929
with:
3030
node-version: ">=24.19.0 <25"
3131

32+
- name: Install NPM
33+
shell: bash
34+
run: |
35+
npm install -g "npm@>=12.0.2 <13"
36+
3237
# This will only work, if you've run `npx cdk deploy` once manually.
3338
- name: Configure AWS credentials
3439
uses: aws-actions/configure-aws-credentials@v6

0 commit comments

Comments
 (0)