mirror of
https://github.com/actions/setup-node.git
synced 2025-04-23 20:10:48 +00:00
updated nvmrc & added ignore paths
This commit is contained in:
parent
052bc8b6a3
commit
7f7335c2af
2 changed files with 5 additions and 5 deletions
8
.github/workflows/version-file-workflow.yml
vendored
8
.github/workflows/version-file-workflow.yml
vendored
|
@ -7,8 +7,11 @@ on:
|
||||||
|
|
||||||
push:
|
push:
|
||||||
branches: [ add-node-version-file-support ]
|
branches: [ add-node-version-file-support ]
|
||||||
|
paths-ignore:
|
||||||
|
- '**.md'
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ add-node-version-file-support ]
|
paths-ignore:
|
||||||
|
- '**.md'
|
||||||
|
|
||||||
|
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
@ -20,10 +23,7 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-latest, windows-latest, macos-latest]
|
os: [ubuntu-latest, windows-latest, macos-latest]
|
||||||
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Setup node test
|
- name: Setup node test
|
||||||
uses: actions/setup-node@v2
|
uses: actions/setup-node@v2
|
||||||
|
|
2
.nvmrc
2
.nvmrc
|
@ -1 +1 @@
|
||||||
v12.4.0
|
lts/*
|
||||||
|
|
Loading…
Add table
Reference in a new issue