Skip to content

Commit f1ed712

Browse files
committed
ci: use node 16 in the ci
1 parent 097b566 commit f1ed712

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

2323
- uses: actions/setup-node@v3
2424
with:
25-
node-version: lts
25+
node-version: 16
2626

2727
- uses: atom-community/action-setup-atom@v1
2828
- name: Setup PNPM
@@ -50,7 +50,7 @@ jobs:
5050

5151
- uses: actions/setup-node@v3
5252
with:
53-
node-version: lts
53+
node-version: 16
5454

5555
- name: Setup PNPM
5656
uses: pnpm/action-setup@master

0 commit comments

Comments
 (0)