Skip to content

Commit 6aa5091

Browse files
committed
ci(github): updating the ci script
1 parent a7c57f8 commit 6aa5091

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ jobs:
77
runs-on: ubuntu-latest
88

99
steps:
10-
- uses: actions/checkout@v2
10+
- uses: actions/checkout@v4
1111
- name: Use Node.js
12-
uses: actions/setup-node@v2
12+
uses: actions/setup-node@v4
1313
with:
14-
node-version: 16
14+
node-version: 20
1515
- name: Install dependencies
1616
run: npm ci
1717

0 commit comments

Comments
 (0)