We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e02c9c0 commit 29ea160Copy full SHA for 29ea160
.github/workflows/codelint.yml
@@ -16,7 +16,7 @@ jobs:
16
- name: Install Node.js
17
uses: actions/setup-node@v4
18
with:
19
- node-version: '20.x'
+ node-version: '22.x'
20
21
- name: Install Dependencies
22
run: |
.github/workflows/testsuite.yml
@@ -13,14 +13,15 @@ jobs:
13
matrix:
14
meteorRelease:
15
- '--release 3.0.4'
+ - '--release 3.1'
steps:
- name: Checkout code
uses: actions/checkout@v4
23
24
25
26
27
0 commit comments