Skip to content

Commit bf7e43b

Browse files
committed
chore: add install node version to test.yml
1 parent 685d6c3 commit bf7e43b

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,13 @@ jobs:
99
test:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v2
12+
- name: Checkout source
13+
uses: actions/checkout@v4.1.1
14+
- name: Install Node (v20)
15+
id: node-install
16+
uses: actions/setup-node@v4.0.2
17+
with:
18+
node-version: 20.11
1319
- name: Install dependencies
1420
run: npm ci
1521
- name: Build

0 commit comments

Comments
 (0)