mirror of
https://github.com/chenasraf/DefinitelyTyped-tools.git
synced 2026-05-17 17:48:07 +00:00
Update node version of workflows
12 -> 14
This commit is contained in:
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