Skip to content

Commit

Permalink
chore: use exact 14.16 version to avoid issues with backported functi…
Browse files Browse the repository at this point in the history
…onality
  • Loading branch information
lukasholzer committed Sep 27, 2022
1 parent 87f01df commit 4c443ee
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macOS-latest, windows-latest]
node-version: ['14.x', '*']
node-version: ['14.16.x', '*']
fail-fast: false

steps:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,14 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macOS-latest, windows-latest]
node-version: [14.x, '*']
node-version: [14.16.x, '*']
machine: ['0', '1', '2', '3', '4', '5', '6']

exclude:
- os: macOS-latest
node-version: '14.x'
node-version: '14.16.x'
- os: windows-latest
node-version: '14.x'
node-version: '14.16.x'
fail-fast: false
steps:
# Sets an output parameter if this is a release PR
Expand Down

0 comments on commit 4c443ee

Please sign in to comment.