Skip to content

Commit 2663b32

Browse files
committed
chore: update node versions
1 parent 180871e commit 2663b32

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Setup Node
2020
uses: actions/setup-node@v3
2121
with:
22-
node-version: 18
22+
node-version: 22
2323
cache: 'npm'
2424

2525
- name: npm install
@@ -34,7 +34,7 @@ jobs:
3434

3535
strategy:
3636
matrix:
37-
node-version: [ 16, 18, 20 ]
37+
node-version: [ 18, 20, 22 ]
3838
os: [ ubuntu-latest, windows-latest ]
3939

4040
steps:
@@ -56,13 +56,13 @@ jobs:
5656

5757
# Run codecov after all builds, and only on a single environment
5858
- name: Gather Coverage
59-
if: matrix.os == 'ubuntu-latest' && matrix.node-version == 18
59+
if: matrix.os == 'ubuntu-latest' && matrix.node-version == 22
6060
run: npm run test:coverage
6161

6262
- name: Create Coverage Report
63-
if: matrix.os == 'ubuntu-latest' && matrix.node-version == 18
63+
if: matrix.os == 'ubuntu-latest' && matrix.node-version == 22
6464
run: npm run test:report
6565

6666
- name: Upload Coverage
6767
uses: codecov/codecov-action@v2
68-
if: matrix.os == 'ubuntu-latest' && matrix.node-version == 18
68+
if: matrix.os == 'ubuntu-latest' && matrix.node-version == 22

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Setup Node.js
1919
uses: actions/setup-node@v3
2020
with:
21-
node-version: 16
21+
node-version: 22
2222
cache: "npm"
2323

2424
- name: Install Dependencies

0 commit comments

Comments
 (0)