We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36757e5 commit 04503a8Copy full SHA for 04503a8
.github/workflows/ci.yml
@@ -27,6 +27,12 @@ jobs:
27
runs-on: ubuntu-latest
28
needs: setup
29
steps:
30
+ - name: Checkout
31
+ uses: actions/checkout@v3
32
+
33
+ - name: Setup
34
+ uses: ./.github/actions/setup
35
36
- name: Upload Coverage to Codecov
37
run: bash <(curl -s https://codecov.io/bash) -t ${{ secrets.COVERAGE_KEY }} -f coverage/lcov.info
38
.nvmrc
@@ -1 +1 @@
1
-v18
+v22.8.0
0 commit comments