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.
2 parents 28dc121 + f778bf7 commit a2275ddCopy full SHA for a2275dd
.github/workflows/ci.yml
@@ -111,6 +111,8 @@ jobs:
111
steps:
112
- uses: actions/checkout@v4
113
- uses: actions/setup-node@v4
114
+ with:
115
+ node-version: '20.x'
116
117
- name: Cache dependencies
118
uses: actions/cache@v4
@@ -200,6 +202,8 @@ jobs:
200
202
201
203
204
205
206
207
208
209
0 commit comments