From 416fa14ee38e468cdd28aaa6ab92d783cb13a3da Mon Sep 17 00:00:00 2001 From: Tuditi Date: Tue, 9 Apr 2024 14:37:57 +0200 Subject: [PATCH] chore: use v20 --- .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