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/*