We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c123d02 commit ad92e43Copy full SHA for ad92e43
1 file changed
.github/workflows/deploy.yml
@@ -15,7 +15,7 @@ jobs:
15
- name: Setup Node
16
uses: actions/setup-node@v4
17
with:
18
- node-version: '18'
+ node-version: '20.x'
19
- name: Install dependencies
20
run: npm ci
21
- name: Build and export
0 commit comments