Skip to content

Commit c71a96c

Browse files
committed
fix: node version
1 parent 4188553 commit c71a96c

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/test-ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ jobs:
1010
runs-on: ubuntu-latest
1111

1212
steps:
13+
- name: Install node
14+
uses: actions/setup-node@v4
15+
with:
16+
node-version: '20'
17+
1318
- name: Checkout repository
1419
uses: actions/checkout@v3 # v3
1520

.nvmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
20

0 commit comments

Comments
 (0)