Skip to content

Commit bd75e44

Browse files
committed
Update github actions.
1 parent 42356d6 commit bd75e44

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/main.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ jobs:
88
timeout-minutes: 10
99
strategy:
1010
matrix:
11-
node-version: [20.x]
11+
node-version: [24.x]
1212
steps:
13-
- uses: actions/checkout@v4
13+
- uses: actions/checkout@v6
1414
- name: Use Node.js ${{ matrix.node-version }}
15-
uses: actions/setup-node@v4
15+
uses: actions/setup-node@v6
1616
with:
1717
node-version: ${{ matrix.node-version }}
1818
- run: npm install

0 commit comments

Comments
 (0)