We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48496c6 commit 44a855bCopy full SHA for 44a855b
1 file changed
.github/workflows/ci.yml
@@ -17,7 +17,7 @@ jobs:
17
runs-on: ubuntu-latest
18
strategy:
19
matrix:
20
- node-version: [20, 24]
+ node-version: [22, 24]
21
22
steps:
23
- uses: actions/checkout@v6
@@ -66,7 +66,7 @@ jobs:
66
name: build
67
- uses: actions/setup-node@v6
68
with:
69
- node-version: 20
+ node-version: 22
70
registry-url: 'https://registry.npmjs.org'
71
- name: Update npm to latest (required for OIDC)
72
run: npm install -g npm@latest
@@ -92,7 +92,7 @@ jobs:
92
93
94
95
96
97
98
0 commit comments