From 5eab4c2ce1be2b8023ff32151185cc63b59f54db Mon Sep 17 00:00:00 2001 From: Tuditi <45079109+Tuditi@users.noreply.github.com> Date: Mon, 19 Feb 2024 11:57:08 +0100 Subject: [PATCH] Fix: outdated node on build (#1961) * chore: update @types/node * fix: update node version * feat: enable manual testing of build * Revert "chore: update @types/node" This reverts commit 44ed7796e163cafa8eb08e7a90e0f7776e3c928a. --------- Co-authored-by: Nicole O'Brien --- .github/workflows/build-test.yml | 1 + .github/workflows/reusable_build.yml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index 327b077f6f..223e3a3708 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -4,6 +4,7 @@ on: schedule: # 12:00AM (UTC) Sunday - cron: '0 0 * * SUN' + workflow_dispatch: jobs: trigger-build: diff --git a/.github/workflows/reusable_build.yml b/.github/workflows/reusable_build.yml index bbe171b6e7..d6b1f4bb98 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.15.0 + node-version: 18.19.1 # Used to read the `binding.gyp` file from `@iota/sdk` - name: Set up Python 3.10