We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82cce27 commit 50b0939Copy full SHA for 50b0939
.github/workflows/ci.yml
@@ -22,10 +22,10 @@ jobs:
22
matrix:
23
os: [ubuntu-latest]
24
node-version:
25
- - 16.x
26
- 18.x
27
- 20.x
28
- 22.x
+ - 24.x
29
steps:
30
- name: Use Node.js ${{ matrix.node-version }}
31
uses: actions/setup-node@v3
@@ -68,9 +68,10 @@ jobs:
68
69
70
71
72
73
+ - 22.x
74
75
76
77
0 commit comments