mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
chore: Make Node v18 the minimum supported version
This commit is contained in:
8
.github/workflows/npm-test.yml
vendored
8
.github/workflows/npm-test.yml
vendored
@@ -23,10 +23,6 @@ jobs:
|
||||
- ubuntu-latest
|
||||
- windows-latest
|
||||
node-version:
|
||||
- '14.14'
|
||||
- '14.x'
|
||||
- '16.0'
|
||||
- '16.x'
|
||||
- '18.0'
|
||||
- '18.x'
|
||||
- '20.0'
|
||||
@@ -60,8 +56,6 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
node-version:
|
||||
- '14.x'
|
||||
- '16.x'
|
||||
- '18.x'
|
||||
- '20.x'
|
||||
env:
|
||||
@@ -96,8 +90,6 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
node-version:
|
||||
- '14.x'
|
||||
- '16.x'
|
||||
- '18.x'
|
||||
- '20.x'
|
||||
timeout-minutes: 20
|
||||
|
||||
Reference in New Issue
Block a user