Skip to content

Commit

Permalink
fix: node version
Browse files Browse the repository at this point in the history
  • Loading branch information
kwiss committed Jan 7, 2024
1 parent 7294f26 commit b57a578
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/solis-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v2

- name: Set up Node.js
- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: "14"
node-version: "18"

- name: Change to CDK directory
run: cd aws/cdk-solis-ecs
Expand Down

0 comments on commit b57a578

Please sign in to comment.