Skip to content

Commit fa7b7a4

Browse files
committed
feat: debug ci
1 parent 36f7576 commit fa7b7a4

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,11 @@ jobs:
1313
- name: Checkout repo
1414
uses: actions/checkout@v2
1515

16-
- name: Set up Node.js
17-
uses: actions/setup-node@v2
16+
- name: Setup Node.js
17+
uses: actions/setup-node@v4
1818
with:
19-
node-version: 18
19+
node-version: '20' # or the version you require
20+
cache: 'npm'
2021

2122
- name: Install dependencies
2223
run: npm ci

0 commit comments

Comments
 (0)