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 89e2a74 commit 17e376bCopy full SHA for 17e376b
.github/workflows/main.yml
@@ -2,12 +2,12 @@ name: Main CI
2
on: [push]
3
jobs:
4
build:
5
- name: Build, lint, and test on Node v${{ matrix.node }} and ${{ matrix.os }}
+ name: Node v${{ matrix.node }} on ${{ matrix.os }}
6
7
runs-on: ${{ matrix.os }}
8
strategy:
9
matrix:
10
- node: ["18.x", "20.x"]
+ node: ["18.x", "20.x", "22.x"]
11
os: [ubuntu-latest, macOS-latest]
12
13
steps:
@@ -34,6 +34,3 @@ jobs:
34
35
- name: Build
36
run: pnpm build
37
-
38
- - name: Publint
39
- run: pnpm publint ./
0 commit comments