Skip to content

Commit

Permalink
Drop support for Node 16
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmicky committed Oct 22, 2023
1 parent 7da5e1c commit a96e38c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Expand Up @@ -15,7 +15,7 @@ jobs:
node: [21]
include:
- os: ubuntu-latest
node: 16.17.0
node: 18.18.0
fail-fast: false
runs-on: ${{ matrix.os }}
# We do not use @actions/cache because restoring/saving cache currently
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -84,6 +84,6 @@
"gulp": "^4.0.2"
},
"engines": {
"node": ">=16.17.0"
"node": ">=18.18.0"
}
}
2 changes: 1 addition & 1 deletion src/browserslist
@@ -1,7 +1,7 @@
# We support the following platforms.

# Node.js: the oldest version still officially supported
node 16.17.0
node 18.18.0

# Safari: the oldest version still used by enough users
safari 15.6
Expand Down

0 comments on commit a96e38c

Please sign in to comment.