Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions bring-your-own-account/cdk/lib/fis-workshop-stack.ts
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ export class FisWorkshopStack extends cdk.Stack {
phases: {
install: {
'runtime-versions': {
nodejs: '16'
nodejs: '22'
},
commands: [
'nohup /usr/local/bin/dockerd --host=unix:///var/run/docker.sock --host=tcp://127.0.0.1:2375 --storage-driver=overlay2 &',
Expand Down Expand Up @@ -206,7 +206,7 @@ export class FisWorkshopStack extends cdk.Stack {
phases: {
install: {
'runtime-versions': {
nodejs: '16'
nodejs: '22'
},
commands: [
'npm install -g aws-cdk'
Expand Down
Loading