Skip to content

Commit 04503a8

Browse files
author
LamNguyen176
committed
add
1 parent 36757e5 commit 04503a8

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.github/workflows/ci.yml

+6
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,12 @@ jobs:
2727
runs-on: ubuntu-latest
2828
needs: setup
2929
steps:
30+
- name: Checkout
31+
uses: actions/checkout@v3
32+
33+
- name: Setup
34+
uses: ./.github/actions/setup
35+
3036
- name: Upload Coverage to Codecov
3137
run: bash <(curl -s https://codecov.io/bash) -t ${{ secrets.COVERAGE_KEY }} -f coverage/lcov.info
3238

.nvmrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v18
1+
v22.8.0

0 commit comments

Comments
 (0)