Skip to content

Commit bfa2888

Browse files
authored
chore(ci): use node lts
1 parent cb69a14 commit bfa2888

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- uses: actions/checkout@v2.3.4
4141
- uses: actions/setup-node@v2.2.0
4242
with:
43-
node-version: '12.x'
43+
node-version: 'lts/*'
4444
- name: NPM install
4545
run: npm ci
4646
- name: Lint ✨
@@ -57,7 +57,7 @@ jobs:
5757
- uses: UziTech/action-setup-atom@v1
5858
- uses: actions/setup-node@v2.2.0
5959
with:
60-
node-version: '12.x'
60+
node-version: 'lts/*'
6161
- name: NPM install
6262
run: npm ci
6363
- name: Release 🎉

0 commit comments

Comments
 (0)