Skip to content

Commit e701679

Browse files
committed
fix broken ci
1 parent b4a5ad2 commit e701679

File tree

2 files changed

+13
-4
lines changed

2 files changed

+13
-4
lines changed

.github/dependabot.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,12 @@ updates:
1010
schedule:
1111
interval: "weekly"
1212

13+
- package-ecosystem: "npm"
14+
directory: "/cdk"
15+
schedule:
16+
interval: "weekly"
17+
18+
- package-ecosystem: "github-actions"
19+
directory: "/cdk"
20+
schedule:
21+
interval: "weekly"

.github/workflows/test-appsync-utils.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111

1212
env:
1313
LOCALSTACK_AUTH_TOKEN: ${{ secrets.LOCALSTACK_API_KEY }}
14-
TEST_IMAGE_NAME: public.ecr.aws/lambda/nodejs:18
14+
TEST_IMAGE_NAME: public.ecr.aws/lambda/nodejs:22
1515

1616
jobs:
1717
unit-test:
@@ -20,7 +20,7 @@ jobs:
2020
- uses: actions/checkout@v6
2121
- uses: actions/setup-node@v6
2222
with:
23-
node-version: 18
23+
node-version: 22
2424
- run: npm ci
2525
- run: npm test
2626

@@ -30,7 +30,7 @@ jobs:
3030
- uses: actions/checkout@v6
3131
- uses: actions/setup-node@v6
3232
with:
33-
node-version: 18
33+
node-version: 22
3434

3535
- name: Pull test docker image
3636
run: docker pull $TEST_IMAGE_NAME
@@ -51,7 +51,7 @@ jobs:
5151
image-tag: "latest"
5252
use-pro: "true"
5353
env:
54-
LOCALSTACK_AUTH_TOKEN: ${{ secrets.LOCALSTACK_API_KEY }}
54+
LOCALSTACK_AUTH_TOKEN: ${{ secrets.LOCALSTACK_AUTH_TOKEN }}
5555
APPSYNC_JS_LIBS_VERSION: ${{ github.sha }}
5656
DEBUG: "1"
5757
DISABLE_EVENTS: "1"

0 commit comments

Comments
 (0)