From e7bf33b206a7b9fd5fab440be40f7bd812efee71 Mon Sep 17 00:00:00 2001 From: Delyan Angelov Date: Sat, 25 Feb 2023 14:29:00 +0200 Subject: [PATCH] ci: replace `node-version: 12.x` with `node-version: 16` too --- .github/workflows/debug.yml | 2 +- .github/workflows/linux_ci.yml | 6 +++--- .github/workflows/macos_ci.yml | 2 +- .github/workflows/sanitized_ci.yml | 12 ++++++------ .github/workflows/windows_ci.yml | 6 +++--- 5 files changed, 14 insertions(+), 14 deletions(-) diff --git a/.github/workflows/debug.yml b/.github/workflows/debug.yml index 88df34aad8..acab9d1d5a 100644 --- a/.github/workflows/debug.yml +++ b/.github/workflows/debug.yml @@ -13,7 +13,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: 12.x + node-version: 16 - name: Build run: | echo %VFLAGS% diff --git a/.github/workflows/linux_ci.yml b/.github/workflows/linux_ci.yml index cf2ec3ebf6..5058dd7479 100644 --- a/.github/workflows/linux_ci.yml +++ b/.github/workflows/linux_ci.yml @@ -166,7 +166,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: 12.x + node-version: 16 - name: Install dependencies run: | sudo apt-get update @@ -271,7 +271,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: 12.x + node-version: 16 - name: Install dependencies run: | sudo apt-get update @@ -378,7 +378,7 @@ jobs: # - uses: actions/checkout@v3 # - uses: actions/setup-node@v3 # with: -# node-version: 12.x +# node-version: 16 # - name: Install dependencies # run: | # sudo apt-get install --quiet -y musl musl-tools libssl-dev sqlite3 libsqlite3-dev valgrind diff --git a/.github/workflows/macos_ci.yml b/.github/workflows/macos_ci.yml index aba29ec599..dfe4098342 100644 --- a/.github/workflows/macos_ci.yml +++ b/.github/workflows/macos_ci.yml @@ -26,7 +26,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: 12.x + node-version: 16 - name: Install dependencies run: | echo "PKG_CONFIG_PATH is '$PKG_CONFIG_PATH'" diff --git a/.github/workflows/sanitized_ci.yml b/.github/workflows/sanitized_ci.yml index 41d9ac9a69..3915ac6f1f 100644 --- a/.github/workflows/sanitized_ci.yml +++ b/.github/workflows/sanitized_ci.yml @@ -86,7 +86,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: 12.x + node-version: 16 - name: Install dependencies run: | sudo apt-get update @@ -114,7 +114,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: 12.x + node-version: 16 - name: Install dependencies run: | sudo apt update @@ -141,7 +141,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: 12.x + node-version: 16 - name: Install dependencies run: | sudo apt update @@ -173,7 +173,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: 12.x + node-version: 16 - name: Build run: | echo %VFLAGS% @@ -205,7 +205,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: 12.x + node-version: 16 - name: Install dependencies run: | sudo apt update @@ -237,7 +237,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: 12.x + node-version: 16 - name: Install dependencies run: | sudo apt update diff --git a/.github/workflows/windows_ci.yml b/.github/workflows/windows_ci.yml index 83c82c29be..5ef22ae26d 100644 --- a/.github/workflows/windows_ci.yml +++ b/.github/workflows/windows_ci.yml @@ -26,7 +26,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: 12.x + node-version: 16 - name: Build run: | gcc --version @@ -89,7 +89,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: 12.x + node-version: 16 - name: Build run: | echo %VFLAGS% @@ -139,7 +139,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: 12.x + node-version: 16 - name: Build with make.bat -tcc run: | .\make.bat -tcc