Skip to content

Commit

Permalink
loosen our engine version specs, to allow the same major version (#256)
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacbowen authored Jul 3, 2023
1 parent 0400d17 commit a681f8f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Install node and npm
uses: lightward/setup-node-npm@v4
uses: actions/setup-node@v3
with:
node-version: 18
check-latest: true
- name: Install node packages
run: npm ci
- name: Run tests
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"repository": "[email protected]:lightward/mechanic-tasks.git",
"homepage": "https://tasks.mechanic.dev/",
"engines": {
"node": "18.16.1",
"npm": "9.7.2"
"node": ">=18 <19",
"npm": ">=9 <10"
},
"dependencies": {
"@shopify/prettier-config": "1.1.2",
Expand Down

0 comments on commit a681f8f

Please sign in to comment.