diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1d30e33e..7c07c5e9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ jobs: - uses: actions/setup-node@v2 with: - node-version: 14 + node-version: 16 - name: Cache node modules id: cacheNodeModules diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index f1fb3eb2..9997a1cc 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -18,7 +18,7 @@ jobs: steps: - uses: actions/setup-node@v2 with: - node-version: 14 + node-version: 16 - name: (monaco-editor) checkout uses: actions/checkout@v2 diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml index 33a5cdab..ce5472ab 100644 --- a/.github/workflows/website.yml +++ b/.github/workflows/website.yml @@ -16,7 +16,7 @@ jobs: - uses: actions/setup-node@v2 with: - node-version: 14 + node-version: 16 - name: Cache node modules id: cacheNodeModules