From 0fcc134e14cc5989350901fccb8224b5f7e4ecbb Mon Sep 17 00:00:00 2001 From: Dmitry Kireev Date: Thu, 8 Aug 2024 12:22:33 +0000 Subject: [PATCH] WIP --- .github/workflows/nvm-test.yml | 1 - .nvmrc | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 .nvmrc diff --git a/.github/workflows/nvm-test.yml b/.github/workflows/nvm-test.yml index 0ff5a303..958507b9 100644 --- a/.github/workflows/nvm-test.yml +++ b/.github/workflows/nvm-test.yml @@ -8,7 +8,6 @@ on: jobs: nvm-test: runs-on: ubuntu-latest - timeout-minutes: 45 steps: - name: Checkout Code uses: actions/checkout@v4 diff --git a/.nvmrc b/.nvmrc new file mode 100644 index 00000000..25bf17fc --- /dev/null +++ b/.nvmrc @@ -0,0 +1 @@ +18 \ No newline at end of file