We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7667db8 commit cbdabb8Copy full SHA for cbdabb8
1 file changed
.github/workflows/ci.yml
@@ -13,7 +13,7 @@ jobs:
13
strategy:
14
fail-fast: false
15
matrix:
16
- node-version: [16.x, 18.x, 20.x]
+ node-version: [18.x, 20.x, 22.x]
17
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
18
19
steps:
@@ -54,7 +54,7 @@ jobs:
54
test-browser:
55
runs-on: ubuntu-latest
56
env:
57
- NODE_VERSION: 16.x
+ NODE_VERSION: 20.x
58
59
60
- uses: actions/checkout@v3
0 commit comments