We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8477f8f commit 8193ea5Copy full SHA for 8193ea5
.github/workflows/tests.yml
@@ -58,7 +58,7 @@ jobs:
58
runs-on: ubuntu-latest
59
strategy:
60
matrix:
61
- node: ['10', '12', '14']
+ node: ['10', '12', '14.18.0']
62
name: Node ${{ matrix.node }} (Linux)
63
steps:
64
- name: Checkout Commit
@@ -78,7 +78,7 @@ jobs:
78
runs-on: macos-latest
79
80
81
- node: ['14', '18']
+ node: ['14.18.0', '18']
82
name: Node ${{ matrix.node }} (macOS)
83
84
@@ -98,7 +98,7 @@ jobs:
98
runs-on: windows-latest
99
100
101
- node: ['10', '14', '18']
+ node: ['10', '14.18.0', '18']
102
name: Node ${{ matrix.node }} (Windows)
103
104
0 commit comments