We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9157f14 + 87b528a commit 2b6f43eCopy full SHA for 2b6f43e
4 files changed
.github/workflows/ci.yml
@@ -12,7 +12,7 @@ jobs:
12
runs-on: ubuntu-latest
13
strategy:
14
matrix:
15
- node: [18, 20]
+ node: [20, 22]
16
name: Node ${{ matrix.node }}
17
steps:
18
- name: Checkout
.github/workflows/docs.yml
@@ -32,7 +32,7 @@ jobs:
32
- name: Setup Node
33
uses: actions/setup-node@v3
34
with:
35
- node-version: 18
+ node-version: 22
36
registry-url: 'https://registry.npmjs.org'
37
- name: Install dependencies ⏳
38
working-directory: ./docs
.github/workflows/publish.yml
@@ -13,7 +13,7 @@ jobs:
- node-version: '18.x'
+ node-version: '22.x'
19
run: npm ci
.nvmrc
@@ -1 +1 @@
1
-18
+22
0 commit comments