Skip to content

Commit 097b566

Browse files
committed
ci: add setup-node
1 parent b389894 commit 097b566

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/main.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ jobs:
2020
- name: Commit lint ✨
2121
uses: wagoid/commitlint-github-action@v5
2222

23+
- uses: actions/setup-node@v3
24+
with:
25+
node-version: lts
26+
2327
- uses: atom-community/action-setup-atom@v1
2428
- name: Setup PNPM
2529
uses: pnpm/action-setup@v2.2.2
@@ -44,6 +48,10 @@ jobs:
4448
- name: Checkout 🛎️
4549
uses: actions/checkout@v3
4650

51+
- uses: actions/setup-node@v3
52+
with:
53+
node-version: lts
54+
4755
- name: Setup PNPM
4856
uses: pnpm/action-setup@master
4957
with:

0 commit comments

Comments
 (0)