Skip to content

Commit 05cfa65

Browse files
updated: CI action versions
1 parent baf5b52 commit 05cfa65

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ jobs:
1515
node-version: [22.x, 24.x]
1616
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
1717
steps:
18-
- uses: actions/checkout@v2
18+
- uses: actions/checkout@v4
1919
- name: Local Unit Test ${{ matrix.node-version }}
20-
uses: actions/setup-node@v1
20+
uses: actions/setup-node@v4
2121
with:
2222
node-version: ${{ matrix.node-version }}
2323
- run: npm i

0 commit comments

Comments
 (0)