mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-09-04 01:43:40 +00:00
Fixed: Github Action build with Node 20 and 21 too
This commit is contained in:
@@ -16,7 +16,7 @@ jobs:
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
node-version: [16.x, 17.x, 18.x, 19.x]
|
||||
node-version: [16.x, 17.x, 18.x, 19.x, 20.x, 21.x]
|
||||
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
|
||||
|
||||
steps:
|
||||
|
||||
Reference in New Issue
Block a user