From 874a26801b97c74bf0cdd631b949cb0622a1474c Mon Sep 17 00:00:00 2001 From: Tuditi <45079109+Tuditi@users.noreply.github.com> Date: Tue, 9 Apr 2024 15:08:57 +0200 Subject: [PATCH] chore: use v20 (#2294) --- .github/workflows/ci.lint.yml | 4 ++-- .github/workflows/ci.test.yml | 2 +- .github/workflows/ci.ts.yml | 2 +- .github/workflows/reusable_build.yml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.lint.yml b/.github/workflows/ci.lint.yml index e0b9a8eacc..15e0008be0 100644 --- a/.github/workflows/ci.lint.yml +++ b/.github/workflows/ci.lint.yml @@ -16,7 +16,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v3 with: - node-version: 18.x + node-version: 20.x - name: Set up .npmrc file to use GitHub Packages run: | @@ -38,7 +38,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v3 with: - node-version: 18.x + node-version: 20.x - name: Set up .npmrc file to use GitHub Packages run: | diff --git a/.github/workflows/ci.test.yml b/.github/workflows/ci.test.yml index bdc77ec4c7..0e24e8903b 100644 --- a/.github/workflows/ci.test.yml +++ b/.github/workflows/ci.test.yml @@ -16,7 +16,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v3 with: - node-version: 18.x + node-version: 20.x - name: Set up .npmrc file to use GitHub Packages run: | diff --git a/.github/workflows/ci.ts.yml b/.github/workflows/ci.ts.yml index deabd4fd26..0f833e730f 100644 --- a/.github/workflows/ci.ts.yml +++ b/.github/workflows/ci.ts.yml @@ -16,7 +16,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v3 with: - node-version: 18.x + node-version: 20.x - name: Set up .npmrc file to use GitHub Packages run: | diff --git a/.github/workflows/reusable_build.yml b/.github/workflows/reusable_build.yml index b818cf652c..af9017ca37 100644 --- a/.github/workflows/reusable_build.yml +++ b/.github/workflows/reusable_build.yml @@ -35,7 +35,7 @@ jobs: - name: Setup NodeJS uses: actions/setup-node@v1 with: - node-version: 18.19.1 + node-version: 20.x # Used to read the `binding.gyp` file from `@iota/sdk` - name: Set up Python 3.10