Skip to content
This repository was archived by the owner on Aug 7, 2023. It is now read-only.

Commit 7f4ced0

Browse files
committed
chore: use node lts
1 parent bd63958 commit 7f4ced0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/CI.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ jobs:
2020
- uses: UziTech/action-setup-atom@v2
2121
with:
2222
version: ${{ matrix.atom_channel }}
23+
- uses: actions/setup-node@v3
24+
with:
25+
node-version: "lts/*"
2326
- name: Install dependencies
2427
run: |
2528
apm install

0 commit comments

Comments
 (0)