mirror of
https://github.com/lancedikson/bowser
synced 2025-12-05 06:02:14 +00:00
keep only node 16
This commit is contained in:
parent
37a367fd02
commit
f9346f2fd1
2
.github/workflows/merge-to-master.yml
vendored
2
.github/workflows/merge-to-master.yml
vendored
@ -10,7 +10,7 @@ jobs:
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
node-version: [20]
|
||||
node-version: [16]
|
||||
|
||||
steps:
|
||||
- name: Get branch name (merge)
|
||||
|
||||
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: [16, 18, 20]
|
||||
node: [16]
|
||||
name: Node ${{ matrix.node }}
|
||||
steps:
|
||||
- name: "Checkout latest code"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user