-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1711 from bgoonz/master
- Loading branch information
Showing
316 changed files
with
36,749 additions
and
36,587 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,22 +3,22 @@ name: 'Tests: release process' | |
on: [pull_request, push] | ||
|
||
jobs: | ||
release: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v2 | ||
- uses: actions/setup-node@v2 | ||
with: | ||
node-version: '14' | ||
- run: npm install | ||
- name: Configure git | ||
run: | | ||
git config user.name github-actions | ||
git config user.email [email protected] | ||
git fetch --unshallow --tags -f || git fetch --tags -f | ||
- name: Attempt `make release` process | ||
run: echo proceed | make TAG=99.99.99 release | ||
env: | ||
GIT_EDITOR: "sed -i '1 s/^/99.99.99 make release test/'" | ||
- name: Ensure tag is created | ||
run: git tag | grep v99.99.99 | ||
release: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v2 | ||
- uses: actions/setup-node@v2 | ||
with: | ||
node-version: "14" | ||
- run: npm install | ||
- name: Configure git | ||
run: | | ||
git config user.name github-actions | ||
git config user.email [email protected] | ||
git fetch --unshallow --tags -f || git fetch --tags -f | ||
- name: Attempt `make release` process | ||
run: echo proceed | make TAG=99.99.99 release | ||
env: | ||
GIT_EDITOR: "sed -i '1 s/^/99.99.99 make release test/'" | ||
- name: Ensure tag is created | ||
run: git tag | grep v99.99.99 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
tasks: | ||
- init: npm install && npm run build && make | ||
command: npm run start | ||
- init: npm install && npm run build && make | ||
command: npm run start |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Bryan Guner <[email protected]> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
14.15.0 | ||
14.17.3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,11 @@ | ||
language: node_js | ||
dist: xenial | ||
node_js: | ||
- '6' | ||
- '8' | ||
- '10' | ||
- '12' | ||
- '14' | ||
- '16' | ||
- "6" | ||
- "8" | ||
- "10" | ||
script: | ||
- cd test/support/express3 && npm install | ||
- cd ../express4 && npm install | ||
- cd ../../.. | ||
- npm test | ||
- cd test/support/express3 && npm install | ||
- cd ../express4 && npm install | ||
- cd ../../.. | ||
- npm test |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,9 @@ | ||
{ | ||
"files.exclude": { | ||
"**/.git": false | ||
}, | ||
"search.useGlobalIgnoreFiles": true, | ||
"search.useIgnoreFiles": false, | ||
"files.exclude": { | ||
"**/.git": false | ||
}, | ||
"search.useGlobalIgnoreFiles": true, | ||
"search.useIgnoreFiles": false, | ||
"python.pythonPath": "/bin/python3", | ||
"liveServer.settings.port": 5501, | ||
"git.ignoreLimitWarning": true | ||
"liveServer.settings.port": 5501 | ||
} |
Oops, something went wrong.