From 276985039c3d3a653e8b62203db1208fbdcf40a6 Mon Sep 17 00:00:00 2001 From: Jean Ribeiro Date: Thu, 18 Apr 2024 13:13:17 -0300 Subject: [PATCH] fix: change GHA node version from 20.x to 20.10.0 (#2340) --- .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 15e0008be0..688e96b77d 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: 20.x + node-version: 20.10.0 - 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: 20.x + node-version: 20.10.0 - 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 0e24e8903b..4746046cc4 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: 20.x + node-version: 20.10.0 - 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 0f833e730f..5cd8b5fa6b 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: 20.x + node-version: 20.10.0 - 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 af9017ca37..42c6601e77 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: 20.x + node-version: 20.10.0 # Used to read the `binding.gyp` file from `@iota/sdk` - name: Set up Python 3.10