Skip to content

Commit cb161d3

Browse files
committed
ci: update workflow
1 parent 6aad233 commit cb161d3

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ on:
77
branches: [main]
88

99
env:
10-
NODE_VERSION: "18"
10+
NODE_VERSION: "20"
1111

1212
jobs:
1313
full-code-check:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: Full-check repository
17-
uses: actions/checkout@v3
18-
- uses: actions/setup-node@v2.5.1
17+
uses: actions/checkout@v4
18+
- uses: actions/setup-node@v4
1919
with:
2020
node-version: ${{ env.NODE_VERSION }}
2121
check-latest: true

0 commit comments

Comments
 (0)