Skip to content

Commit

Permalink
Fix: outdated node on build (#1961)
Browse files Browse the repository at this point in the history
* chore: update @types/node

* fix: update node version

* feat: enable manual testing of build

* Revert "chore: update @types/node"

This reverts commit 44ed779.

---------

Co-authored-by: Nicole O'Brien <[email protected]>
  • Loading branch information
Tuditi and nicole-obrien authored Feb 19, 2024
1 parent 0f14920 commit 5eab4c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
schedule:
# 12:00AM (UTC) Sunday
- cron: '0 0 * * SUN'
workflow_dispatch:

jobs:
trigger-build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reusable_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5eab4c2

Please sign in to comment.