Minor node version update v14.15.5 -> v14.18.2 (#953)

The newer versions of eslint require 14.17.0 or above.  This
updates our node version to the latest in the 14.XX series.

I don't expect any user-visible changes.
This commit is contained in:
Sam Clegg
2022-01-09 07:43:39 -08:00
committed by GitHub
parent 82ad00499a
commit 24e78812e0
4 changed files with 66 additions and 17 deletions

View File

@@ -16,7 +16,7 @@ import subprocess
import os
import shutil
version = '14.15.5'
version = '14.18.2'
base = 'https://nodejs.org/dist/latest-v14.x/'
upload_base = 'gs://webassembly/emscripten-releases-builds/deps/'