Pin dependencies in release branch

With this change, you can build the branch using `npm ci && npm run
build`.
This commit is contained in:
Andrew Casey
2020-08-10 18:02:58 -07:00
parent 3055018556
commit 47c23aa245
5 changed files with 8783 additions and 9 deletions

View File

@@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
node-version: [10.x, 12.x, 13.x]
node-version: [10.x, 12.x, 14.x]
steps:
- uses: actions/checkout@v2
@@ -30,8 +30,7 @@ jobs:
run: |
npm uninstall typescript --no-save
npm uninstall tslint --no-save
- run: npm install
- run: npm update
- run: npm ci
# Re: https://github.com/actions/setup-node/pull/125
- name: Register Problem Matcher for TSC
@@ -45,4 +44,4 @@ jobs:
- name: Validate the browser can import TypeScript
run: gulp test-browser-integration