We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 04731f0 + 03a8fe8 commit bcfba25Copy full SHA for bcfba25
1 file changed
.github/workflows/build.yaml
@@ -12,7 +12,7 @@ jobs:
12
- uses: actions/checkout@v4
13
- uses: actions/setup-node@v4
14
with:
15
- node-version: 16
+ node-version: 18
16
cache: 'npm'
17
- run: npm ci
18
- run: npm run build
0 commit comments