Skip to content

Commit

Permalink
chore: remove node 18 engine restriction (avoid breaking change)
Browse files Browse the repository at this point in the history
  • Loading branch information
HuiSF committed Jul 29, 2024
1 parent d391fa0 commit ef1e838
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
4 changes: 1 addition & 3 deletions .github/actions/load-verdaccio-with-amplify-js/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,11 @@ runs:
yarn config set registry $NPM_REGISTRY
npm set registry $NPM_REGISTRY
npm set //"$NPM_REGISTRY_HOST"/:_authToken $TOKEN
- name: Configure registry and git
- name: Configure git
shell: bash
working-directory: ./amplify-js
env:
NPM_REGISTRY: http://localhost:4873
NPM_USER: verdaccio
NPM_PASS: verdaccio
NPM_EMAIL: verdaccio@amplify.js
run: |
git config --global user.email $NPM_EMAIL
Expand Down
3 changes: 0 additions & 3 deletions packages/aws-amplify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -288,9 +288,6 @@
"devDependencies": {
"typescript": "5.0.2"
},
"engines": {
"node": ">=18"
},
"size-limit": [
{
"name": "[Analytics] record (Pinpoint)",
Expand Down

0 comments on commit ef1e838

Please sign in to comment.