We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f5269c commit f3581a7Copy full SHA for f3581a7
.github/workflows/frontend-build.yml
@@ -11,7 +11,7 @@ jobs:
11
runs-on: ubuntu-latest
12
strategy:
13
matrix:
14
- node-version: [14, 16, 18]
+ node-version: [14, 16, 18.7.1]
15
steps:
16
- uses: actions/checkout@v3
17
- uses: actions/setup-node@v3
0 commit comments