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 3b7ce9b commit 233ef73Copy full SHA for 233ef73
.github/workflows/test.yml
@@ -14,14 +14,14 @@ jobs:
14
15
strategy:
16
matrix:
17
- node-version: [18.x]
+ node-version: [20.x, 22.x, 24.x]
18
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
19
20
steps:
21
- name: Checkout
22
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
23
- name: Use Node.js ${{ matrix.node-version }}
24
- uses: actions/setup-node@v3
+ uses: actions/setup-node@v4
25
with:
26
node-version: ${{ matrix.node-version }}
27
cache: 'yarn'
0 commit comments