mirror of
https://github.com/lancedikson/bowser
synced 2025-12-05 06:02:14 +00:00
Remove Node.js version 14 from CI workflow
This commit is contained in:
parent
0fbb8eae67
commit
c4c02b0c6a
2
.github/workflows/pull-request.yml
vendored
2
.github/workflows/pull-request.yml
vendored
@ -8,7 +8,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
node: [12.16.3, 14]
|
||||
node: [12.16.3]
|
||||
name: Node ${{ matrix.node }}
|
||||
steps:
|
||||
- name: "Checkout latest code"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user