Skip to content

Commit 6ab9b33

Browse files
committed
chore: update ci runner to node 22
1 parent 660bceb commit 6ab9b33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
runs-on: ubuntu-latest
66
strategy:
77
matrix:
8-
node: [20]
8+
node: [22]
99
name: Node ${{ matrix.node }} sample
1010
steps:
1111
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)