🔧 Bump minimum Node.js version to v20 (#3175)
This commit is contained in:
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@@ -15,7 +15,7 @@ jobs:
|
||||
if: "!contains(github.event.head_commit.message, '[ci skip]')"
|
||||
strategy:
|
||||
matrix:
|
||||
node: ['16']
|
||||
node: ['20']
|
||||
|
||||
steps:
|
||||
- name: Checkout the project
|
||||
|
||||
Reference in New Issue
Block a user