We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e4ee7bd + 8591c4a commit ef00828Copy full SHA for ef00828
1 file changed
.github/workflows/publish.yaml
@@ -30,7 +30,7 @@ jobs:
30
- uses: actions/checkout@v4
31
- uses: actions/setup-node@v4
32
with:
33
- node-version: 16
+ node-version: 18
34
cache: 'npm'
35
- run: npm ci
36
- run: npm run build
0 commit comments