Skip to content

Commit

Permalink
adjust versions
Browse files Browse the repository at this point in the history
  • Loading branch information
dougalrea committed May 15, 2024
1 parent 3867760 commit 607c733
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-deploy-cloudfront-s3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Set up Node
uses: actions/setup-node@v4
with:
node-version: '20'
node-version: '16'

- name: Install
run: yarn
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"vue-template-compiler": "^2.6.11"
},
"engines": {
"node": "16.20.0",
"node": "16.20.2",
"yarn": "^1.22"
}
}

0 comments on commit 607c733

Please sign in to comment.