Skip to content

Commit d84c67d

Browse files
authored
update ci
1 parent 7388f72 commit d84c67d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,12 @@ jobs:
1313
runs-on: ubuntu-latest
1414

1515
steps:
16-
- uses: actions/checkout@v2
16+
- uses: actions/checkout@v4
1717

1818
- name: Use Node.js 22.x
19-
uses: actions/setup-node@v2
19+
uses: actions/setup-node@v4
2020
with:
2121
node-version: 22.x
22-
cache: 'npm'
2322

2423
- name: Install dependencies
2524
run: npm ci

0 commit comments

Comments
 (0)