FFFF Upgrade node version to 22 · trekhleb/javascript-algorithms@0248845 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0248845

Browse files
committed
Upgrade node version to 22
1 parent 1503325 commit 0248845

File tree

4 files changed

+4174
-11106
lines changed

4 files changed

+4174
-11106
lines changed

.github/workflows/CI.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
node-version: [ 16.x ]
14+
node-version: [ 22.x ]
1515

1616
steps:
1717
- name: Checkout repository
18-
uses: actions/checkout@v2
18+
uses: actions/checkout@v4
1919

2020
- name: Setup Node.js ${{ matrix.node-version }}
21-
uses: actions/setup-node@v1
21+
uses: actions/setup-node@v4
2222
with:
2323
node-version: ${{ matrix.node-version }}
2424

@@ -32,4 +32,4 @@ jobs:
3232
run: npm run coverage
3333

3434
- name: Upload coverage to Codecov
35-
uses: codecov/codecov-action@v1
35+
uses: codecov/codecov-action@v4

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v16.15.0
1+
v22

0 commit comments

Comments
 (0)
0