Skip to content

Commit 2d27ae9

Browse files
committed
ci: fixed node version
1 parent ed1be93 commit 2d27ae9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Use Node 12
1717
uses: actions/setup-node@v1
1818
with:
19-
node-version: lts/*
19+
node-version: 12.x
2020

2121
- name: Use cached node_modules
2222
uses: actions/cache@v1

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@v2
1414
- uses: actions/setup-node@v1
1515
with:
16-
node-version: lts/*
16+
node-version: 12.x
1717
registry-url: https://registry.npmjs.org/
1818
- run: yarn && npm publish
1919
env:

0 commit comments

Comments
 (0)