Skip to content

Commit 54b8f65

Browse files
committed
chore: bump node
1 parent d55eb72 commit 54b8f65

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,13 @@ jobs:
1111
name: Test
1212
runs-on: ubuntu-20.04
1313
steps:
14-
- uses: actions/checkout@v3
14+
- uses: actions/checkout@v4
1515
with:
1616
submodules: true
17+
18+
- uses: actions/setup-node@v4
19+
with:
20+
node-version: 22.14.0
1721

1822
- run: npm install
1923
- run: npm test

0 commit comments

Comments
 (0)