Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Commit

Permalink
Remove unnecessary exclusion of node 18 on ubuntu 18.04
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffsmale90 committed Dec 6, 2022
1 parent 97f5b90 commit 2a3edf8
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,8 @@ jobs:
matrix:
node: [14.0.0]
os: [windows-2019, ubuntu-18.04, ubuntu-20.04, macos-11]
exclude:
# Node v18 does not run on ubuntu-18.04: https://github.com/nodejs/node/issues/42351#issuecomment-1068424442
- os: ubuntu-18.04
node: 18.x

runs-on: ${{ matrix.os }}

steps:
- name: Cancel Previous Runs
uses: styfle/[email protected]
Expand Down

0 comments on commit 2a3edf8

Please sign in to comment.