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