We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73f4606 commit 261e895Copy full SHA for 261e895
.github/workflows/ci.yml
@@ -80,7 +80,7 @@ jobs:
80
strategy:
81
matrix:
82
os: [ubuntu-latest, windows-latest, macos-latest]
83
- node: [14, 16, 18]
+ node: [14, 16, 18.0]
84
85
runs-on: ${{ matrix.os }}
86
0 commit comments