We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1694579 commit 2adf485Copy full SHA for 2adf485
.github/workflows/prebuild.yml
@@ -44,7 +44,7 @@ jobs:
44
- name: Setup node
45
uses: actions/setup-node@v3
46
with:
47
- node-version: 18
+ node-version: 20
48
- run: npm install
49
- run: npm run build
50
- run: npm test
0 commit comments