Skip to content

Commit

Permalink
fix: auto-update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jhasuraj01 committed Oct 3, 2024
1 parent 90d7e28 commit cce202e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/auto-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
run: |
pnpm i
pnpm build:scripts
node scripts update-env .
pnpm update:env
- name: update pnpm
uses: pnpm/action-setup@v4
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"typecheck:src:all": "nx run-many -t typecheck:src",
"typecheck:test": "nx affected -t typecheck:test",
"typecheck:test:all": "nx run-many -t typecheck:test",
"update:env": "node scripts update-env .",
"update:env": "node devpacks/scripts update-env .",
"update:packages": "npx npm-check-updates -u --peer --deep --enginesNode --packageManager=pnpm --dep=dev,optional,peer,prod,packageManager"
},
"keywords": [],
Expand All @@ -45,7 +45,7 @@
"contributors": [],
"license": "MIT",
"engines": {
"node": "20.17.0",
"node": "20.18.0",
"pnpm": "9.12.0"
},
"engineStrict": true,
Expand Down

0 comments on commit cce202e

Please sign in to comment.