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 8874fbe commit b952d23Copy full SHA for b952d23
.github/workflows/prebuild.yml
@@ -67,7 +67,7 @@ jobs:
67
- name: Setup node
68
uses: actions/setup-node@v4
69
with:
70
- node-version: 16
+ node-version: 20
71
- run: npm install
72
- run: npm run build
73
- run: npm test
0 commit comments