We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0014dc1 commit 9f6eaefCopy full SHA for 9f6eaef
.github/workflows/build.yml
@@ -8,7 +8,7 @@ jobs:
8
runs-on: ubuntu-latest
9
strategy:
10
matrix:
11
- node-version: [20.x]
+ node-version: [20.x, 22.x]
12
steps:
13
- name: Checkout Repo
14
uses: actions/checkout@v4
.github/workflows/lint.yml
0 commit comments