Skip to content

Commit

Permalink
chore(refactor): updated package json and CI (#299)
Browse files Browse the repository at this point in the history
* update package json and ci

* updated ci-e2e.yml
  • Loading branch information
nattadex committed Feb 27, 2023
1 parent aea7fdc commit af4791b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

- uses: pnpm/action-setup@c3b53f6a16e57305370b4ae5a540c2077a1d50dd # tag=v2.2.4
with:
version: 7
version: 7.27.0

- uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

- uses: pnpm/action-setup@c3b53f6a16e57305370b4ae5a540c2077a1d50dd # tag=v2.2.4
with:
version: 7
version: 7.27.0

- uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0
with:
Expand All @@ -38,7 +38,7 @@ jobs:

- uses: pnpm/action-setup@c3b53f6a16e57305370b4ae5a540c2077a1d50dd # tag=v2.2.4
with:
version: 7
version: 7.27.0

- uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0
with:
Expand Down
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,10 @@
"cypress": "^11.2.0",
"postcss": "^8.4.21",
"tailwindcss": "^3.2.7"
}
},
"engines": {
"node": "^18.0.0 || ^16.16.0",
"pnpm": ">=7.27.0"
},
"packageManager": "pnpm@7.27.1"
}

0 comments on commit af4791b

Please sign in to comment.