We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad5ca7c commit 086bff3Copy full SHA for 086bff3
.github/workflows/ci.yml
@@ -46,7 +46,7 @@ jobs:
46
strategy:
47
matrix:
48
os: [ubuntu-latest]
49
- node: [16]
+ node: [20]
50
51
steps:
52
- uses: actions/checkout@v4
@@ -71,7 +71,7 @@ jobs:
71
72
73
os: [ubuntu-latest, windows-latest]
74
+ node: [18]
75
76
77
@@ -98,7 +98,7 @@ jobs:
98
99
100
101
102
103
104
@@ -123,7 +123,7 @@ jobs:
123
124
125
126
127
128
129
0 commit comments