From 4090ff3db2213215fa457c261e264aa4370fb60e Mon Sep 17 00:00:00 2001 From: Alex Dima Date: Tue, 29 Mar 2022 16:18:16 +0200 Subject: [PATCH] update to node v16 --- .github/workflows/ci.yml | 2 +- .github/workflows/publish.yml | 2 +- .github/workflows/website.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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