Skip to content

Commit

Permalink
ci: node>=18
Browse files Browse the repository at this point in the history
  • Loading branch information
Apkawa committed Feb 8, 2024
1 parent 5831ae8 commit 5351290
Show file tree
Hide file tree
Showing 7 changed files with 179 additions and 12 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Use Node.js 16.x
uses: actions/setup-node@v1
- name: Use Node.js 18.x
uses: actions/setup-node@v4
with:
node-version: 16.x
node-version: 18

- name: cache dependencies
uses: actions/cache@v2
Expand Down Expand Up @@ -59,10 +59,10 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Use Node.js 16.x
uses: actions/setup-node@v1
- name: Use Node.js 18
uses: actions/setup-node@v4
with:
node-version: 16.x
node-version: 18

- name: cache dependencies
uses: actions/cache@v2
Expand Down
2 changes: 1 addition & 1 deletion apps/mvp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@
},
"engines": {
"npm": ">=7.0.0",
"node": ">=12.0.0"
"node": ">=18"
}
}
2 changes: 1 addition & 1 deletion apps/userscript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@
},
"engines": {
"npm": ">=7.0.0",
"node": ">=12.0.0"
"node": ">=18.0.0"
}
}
1 change: 1 addition & 0 deletions apps/web/tests_output/minimal_report.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"modules":{}}
166 changes: 166 additions & 0 deletions apps/web/tests_output/nightwatch-html-report/index.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion packages/food-recipe-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,6 @@
},
"engines": {
"npm": ">=7.0.0",
"node": ">=12.0.0"
"node": ">=18"
}
}

0 comments on commit 5351290

Please sign in to comment.