Skip to content

Commit 8193ea5

Browse files
committed
Adapt workflow to use Node 14 sub-version to work with branch protection
1 parent 8477f8f commit 8193ea5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/tests.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
runs-on: ubuntu-latest
5959
strategy:
6060
matrix:
61-
node: ['10', '12', '14']
61+
node: ['10', '12', '14.18.0']
6262
name: Node ${{ matrix.node }} (Linux)
6363
steps:
6464
- name: Checkout Commit
@@ -78,7 +78,7 @@ jobs:
7878
runs-on: macos-latest
7979
strategy:
8080
matrix:
81-
node: ['14', '18']
81+
node: ['14.18.0', '18']
8282
name: Node ${{ matrix.node }} (macOS)
8383
steps:
8484
- name: Checkout Commit
@@ -98,7 +98,7 @@ jobs:
9898
runs-on: windows-latest
9999
strategy:
100100
matrix:
101-
node: ['10', '14', '18']
101+
node: ['10', '14.18.0', '18']
102102
name: Node ${{ matrix.node }} (Windows)
103103
steps:
104104
- name: Checkout Commit

0 commit comments

Comments
 (0)