Skip to content

Commit 6d06854

Browse files
Mohit TejaniMohit Tejani
authored andcommitted
bump code snippet run time node version to 22
1 parent 0450336 commit 6d06854

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
npm install
5252
npm run ${{ matrix.env }}
5353
- name: Test docs snippets syntax
54-
if: matrix.node == '18.18.0' && matrix.env == 'ci:node'
54+
if: matrix.node == '22' && matrix.env == 'ci:node'
5555
run: npm run test:snippets
5656
- name: Cancel workflow runs for commit on error
5757
if: failure()

0 commit comments

Comments
 (0)