mirror of
https://github.com/google/blockly.git
synced 2026-01-07 17:10:11 +01:00
Bump node.js versions for CI
Remove v12 and add v16, per https://nodejs.org/en/about/releases/
This commit is contained in:
committed by
Christopher Allen
parent
34fce2c1cb
commit
403f3119a6
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -12,7 +12,7 @@ jobs:
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
node-version: [10.x, 12.x, 14.x]
|
||||
node-version: [12.x, 14.x, 16.x]
|
||||
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
|
||||
|
||||
steps:
|
||||
|
||||
Reference in New Issue
Block a user