Skip to content

Commit 29ea160

Browse files
committed
Published matb33:[email protected]
1 parent e02c9c0 commit 29ea160

File tree

5 files changed

+122
-86
lines changed

5 files changed

+122
-86
lines changed

.github/workflows/codelint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Install Node.js
1717
uses: actions/setup-node@v4
1818
with:
19-
node-version: '20.x'
19+
node-version: '22.x'
2020

2121
- name: Install Dependencies
2222
run: |

.github/workflows/testsuite.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,15 @@ jobs:
1313
matrix:
1414
meteorRelease:
1515
- '--release 3.0.4'
16+
- '--release 3.1'
1617
steps:
1718
- name: Checkout code
1819
uses: actions/checkout@v4
1920

2021
- name: Install Node.js
2122
uses: actions/setup-node@v4
2223
with:
23-
node-version: '20.x'
24+
node-version: '22.x'
2425

2526
- name: Install Dependencies
2627
run: |

0 commit comments

Comments
 (0)