FFFF
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1503325 commit 0248845Copy full SHA for 0248845
.github/workflows/CI.yml
@@ -11,14 +11,14 @@ jobs:
11
runs-on: ubuntu-latest
12
strategy:
13
matrix:
14
- node-version: [ 16.x ]
+ node-version: [ 22.x ]
15
16
steps:
17
- name: Checkout repository
18
- uses: actions/checkout@v2
+ uses: actions/checkout@v4
19
20
- name: Setup Node.js ${{ matrix.node-version }}
21
- uses: actions/setup-node@v1
+ uses: actions/setup-node@v4
22
with:
23
node-version: ${{ matrix.node-version }}
24
@@ -32,4 +32,4 @@ jobs:
32
run: npm run coverage
33
34
- name: Upload coverage to Codecov
35
- uses: codecov/codecov-action@v1
+ uses: codecov/codecov-action@v4
.nvmrc
@@ -1 +1 @@
1
-v16.15.0
+v22
0 commit comments