We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5943485 + 7fbe8d0 commit 92beb81Copy full SHA for 92beb81
.github/workflows/test.yml
@@ -11,7 +11,7 @@ jobs:
11
runs-on: ubuntu-latest
12
strategy:
13
matrix:
14
- node: ["20"]
+ node: ["22"]
15
name: node.js_${{ matrix.node }}_test
16
steps:
17
- uses: actions/checkout@v3
.github/workflows/validate.yml
@@ -13,7 +13,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v3
with:
- node-version: 20
+ node-version: 22
- name: NPM install
18
run: SKIP_POSTINSTALL=yes npm i
19
- name: Prettier Lint Check
0 commit comments