Skip to content

Commit cbdabb8

Browse files
committed
Drop deprecated node version and add current
1 parent 7667db8 commit cbdabb8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
node-version: [16.x, 18.x, 20.x]
16+
node-version: [18.x, 20.x, 22.x]
1717
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
1818

1919
steps:
@@ -54,7 +54,7 @@ jobs:
5454
test-browser:
5555
runs-on: ubuntu-latest
5656
env:
57-
NODE_VERSION: 16.x
57+
NODE_VERSION: 20.x
5858

5959
steps:
6060
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)