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