From 7f7335c2af83cd5a4962b6d36da37165478dd4a3 Mon Sep 17 00:00:00 2001 From: La'Kaleigh Harris <35268101+Xlient@users.noreply.github.com> Date: Mon, 4 Oct 2021 13:01:44 +0000 Subject: [PATCH] updated nvmrc & added ignore paths --- .github/workflows/version-file-workflow.yml | 8 ++++---- .nvmrc | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/version-file-workflow.yml b/.github/workflows/version-file-workflow.yml index 102c1db7..3ccc6a4b 100644 --- a/.github/workflows/version-file-workflow.yml +++ b/.github/workflows/version-file-workflow.yml @@ -7,8 +7,11 @@ on: push: branches: [ add-node-version-file-support ] + paths-ignore: + - '**.md' pull_request: - branches: [ add-node-version-file-support ] + paths-ignore: + - '**.md' workflow_dispatch: @@ -20,10 +23,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, windows-latest, macos-latest] - - steps: - - uses: actions/checkout@v2 - name: Setup node test uses: actions/setup-node@v2 diff --git a/.nvmrc b/.nvmrc index e23e7f3a..b009dfb9 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -v12.4.0 +lts/*