Skip to content

Commit c7ba042

Browse files
committed
fix: ci action
1 parent 3114d38 commit c7ba042

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,17 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout Code
13-
uses: actions/checkout@v2
13+
uses: actions/checkout@v4
1414
with:
1515
fetch-depth: 0
1616

17-
- uses: actions/setup-node@v2
17+
- uses: actions/setup-node@v4
1818
with:
19-
node-version: 18
19+
node-version: 20
2020
registry-url: 'https://registry.npmjs.org'
2121

2222
- name: Cache node modules
23-
uses: actions/cache@v1
23+
uses: actions/cache@v4
2424
id: cache
2525
with:
2626
path: node_modules

0 commit comments

Comments
 (0)