Skip to content

Commit

Permalink
Add support for node 16
Browse files Browse the repository at this point in the history
  • Loading branch information
benfrancis committed May 30, 2024
1 parent 83b2af7 commit f1dfcf7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-toolchains.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
'node:10',
'node:12',
'node:14',
'node:16',
'python:3.5.10',
'python:3.6.12',
'python:3.7.9',
Expand Down
3 changes: 3 additions & 0 deletions build-toolchains-manual.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,17 @@ languages=(
#node:linux-arm:10
node:linux-arm:12
node:linux-arm:14
node:linux-arm:16
#node:linux-arm64:8
#node:linux-arm64:10
#node:linux-arm64:12
#node:linux-arm64:14
#node:linux-arm64:16
#node:linux-x64:8
#node:linux-x64:10
#node:linux-x64:12
#node:linux-x64:14
#node:linux-x64:16
#python:linux-arm:3.5.10
#python:linux-arm:3.6.12
#python:linux-arm:3.7.9
Expand Down

0 comments on commit f1dfcf7

Please sign in to comment.