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 42356d6 commit bd75e44Copy full SHA for bd75e44
1 file changed
.github/workflows/main.yaml
@@ -8,11 +8,11 @@ jobs:
8
timeout-minutes: 10
9
strategy:
10
matrix:
11
- node-version: [20.x]
+ node-version: [24.x]
12
steps:
13
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
14
- name: Use Node.js ${{ matrix.node-version }}
15
- uses: actions/setup-node@v4
+ uses: actions/setup-node@v6
16
with:
17
node-version: ${{ matrix.node-version }}
18
- run: npm install
0 commit comments