We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9430498 commit f6afb6fCopy full SHA for f6afb6f
.github/workflows/release.yml
@@ -22,7 +22,7 @@ jobs:
22
- uses: actions/checkout@v4
23
- uses: actions/setup-node@v4
24
with:
25
- node-version: 20.x
+ node-version: 22.x
26
cache: 'npm'
27
cache-dependency-path: package-lock.json
28
- run: npm ci
.github/workflows/test.yml
@@ -15,7 +15,7 @@ jobs:
15
runs-on: ubuntu-latest
16
strategy:
17
matrix:
18
- node-version: [18.19.0, 20.x]
+ node-version: [22.x, 23.x]
19
steps:
20
- name: set git core.autocrlf to 'input'
21
run: git config --global core.autocrlf input
0 commit comments