Skip to content

Commit

Permalink
ci: remove node 16
Browse files Browse the repository at this point in the history
BREAKING CHANGES: drop support for node 16
  • Loading branch information
browniebroke committed Sep 7, 2023
1 parent 0b5fa0a commit dee6dbb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ jobs:
fail-fast: false
matrix:
node_version:
- 16
- 18
- 20

Expand Down Expand Up @@ -84,7 +83,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
- name: Install dependencies
run: npm i
- name: Install Playwright
Expand Down
2 changes: 1 addition & 1 deletion gatsby-image-gallery/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"src"
],
"engines": {
"node": ">=16.15"
"node": ">=18.0.0"
},
"scripts": {
"start": "dts watch",
Expand Down

0 comments on commit dee6dbb

Please sign in to comment.