| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 495cd02 commit 0bd6dd1
6 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -10,7 +10,7 @@ on: | |||
| 10 | 10 | - cron: "*/5 * * * *" | |
| 11 | 11 | ||
| 12 | 12 | env: | |
| 13 | - NODE_VERSION: 14.x | ||
| 13 | + NODE_VERSION: lts/* | ||
| 14 | 14 | ||
| 15 | 15 | jobs: | |
| 16 | 16 | startCI: | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -3,7 +3,7 @@ name: "Commit messages adheres to guidelines at https://goo.gl/p2fr5Q" | |||
| 3 | 3 | on: [pull_request] | |
| 4 | 4 | ||
| 5 | 5 | env: | |
| 6 | - NODE_VERSION: 14.x | ||
| 6 | + NODE_VERSION: lts/* | ||
| 7 | 7 | ||
| 8 | 8 | jobs: | |
| 9 | 9 | lint-commit-message: | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -15,7 +15,7 @@ on: | |||
| 15 | 15 | - cron: "*/5 * * * *" | |
| 16 | 16 | ||
| 17 | 17 | env: | |
| 18 | - NODE_VERSION: 14.x | ||
| 18 | + NODE_VERSION: lts/* | ||
| 19 | 19 | ||
| 20 | 20 | jobs: | |
| 21 | 21 | commitQueue: | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -6,7 +6,7 @@ on: | |||
| 6 | 6 | - cron: "0 0 * * *" | |
| 7 | 7 | ||
| 8 | 8 | env: | |
| 9 | - NODE_VERSION: 14.x | ||
| 9 | + NODE_VERSION: lts/* | ||
| 10 | 10 | ||
| 11 | 11 | jobs: | |
| 12 | 12 | build-lto: | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -12,7 +12,7 @@ on: | |||
| 12 | 12 | ||
| 13 | 13 | env: | |
| 14 | 14 | PYTHON_VERSION: 3.9 | |
| 15 | - NODE_VERSION: 14.x | ||
| 15 | + NODE_VERSION: lts/* | ||
| 16 | 16 | ||
| 17 | 17 | jobs: | |
| 18 | 18 | lint-addon-docs: | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -11,7 +11,7 @@ on: | |||
| 11 | 11 | - v[0-9]+.x | |
| 12 | 12 | ||
| 13 | 13 | env: | |
| 14 | - NODE_VERSION: 14.x | ||
| 14 | + NODE_VERSION: lts/* | ||
| 15 | 15 | ||
| 16 | 16 | jobs: | |
| 17 | 17 | build-docs: | |
| Back | FazBrowse Home | New Git URL |
0 commit comments