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

Commit f4803b9

Browse files
committed
Remove unnecessary exclusion of node 18 on ubuntu 18.04
1 parent 2aa6da7 commit f4803b9

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/pr.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,8 @@ jobs:
1212
matrix:
1313
node: [14.0.0]
1414
os: [windows-2019, ubuntu-18.04, ubuntu-20.04, macos-11]
15-
exclude:
16-
# Node v18 does not run on ubuntu-18.04: https://github.com/nodejs/node/issues/42351#issuecomment-1068424442
17-
- os: ubuntu-18.04
18-
node: 18.x
1915

2016
runs-on: ${{ matrix.os }}
21-
2217
steps:
2318
- name: Cancel Previous Runs
2419
uses: styfle/[email protected]

0 commit comments

Comments
 (0)