mirror of
https://github.com/chenasraf/DefinitelyTyped-tools.git
synced 2026-05-18 01:49:03 +00:00
committed by
GitHub
parent
2a1f6b780c
commit
a0c6005425
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -56,7 +56,7 @@ jobs:
|
||||
git config user.name "TypeScript Bot"
|
||||
- uses: actions/setup-node@v1
|
||||
with:
|
||||
node-version: 12.x
|
||||
node-version: 14.x
|
||||
registry-url: https://registry.npmjs.org
|
||||
- name: install
|
||||
run: yarn install --frozen-lockfile
|
||||
|
||||
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
@@ -11,7 +11,7 @@ jobs:
|
||||
ref: master
|
||||
- uses: actions/setup-node@v2
|
||||
with:
|
||||
node-version: 12.x
|
||||
node-version: 14.x
|
||||
registry-url: https://registry.npmjs.org
|
||||
- name: configure git
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user