Skip to content

Commit ead199f

Browse files
committed
ci: bump actions
1 parent fe11032 commit ead199f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ jobs:
1111

1212
strategy:
1313
matrix:
14-
node-version: [8, 10, 12, 14, 16, 18, 20]
14+
node-version: [8, 10, 12, 14, 16, 18, 20, 22, 24]
1515

1616
steps:
17-
- uses: actions/checkout@v4
17+
- uses: actions/checkout@v5
1818
- name: Use Node.js ${{ matrix.node-version }}
19-
uses: actions/setup-node@v3
19+
uses: actions/setup-node@v5
2020
with:
2121
node-version: ${{ matrix.node-version }}
2222
- run: npm install

0 commit comments

Comments
 (0)