Skip to content

Commit 9bda624

Browse files
committed
Try to fix CI
1 parent 80608c6 commit 9bda624

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

.github/workflows/test.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ jobs:
3333
node-version:
3434
- 16
3535
- 14
36-
- 12
3736
name: Node.js ${{ matrix.node-version }} Quick
3837
steps:
3938
- name: Checkout the repository
@@ -55,7 +54,11 @@ jobs:
5554
FORCE_COLOR: 2
5655
old:
5756
runs-on: ubuntu-latest
58-
name: Node.js 10 Quick
57+
strategy:
58+
matrix:
59+
node-version:
60+
- 12
61+
name: Node.js ${{ matrix.node-version }} Quick
5962
steps:
6063
- name: Checkout the repository
6164
uses: actions/checkout@v3
@@ -65,10 +68,10 @@ jobs:
6568
version: 3
6669
env:
6770
ACTIONS_ALLOW_UNSECURE_COMMANDS: true
68-
- name: Install Node.js 10
71+
- name: Install Node.js ${{ matrix.node-version }}
6972
uses: actions/setup-node@v3
7073
with:
71-
node-version: 10
74+
node-version: ${{ matrix.node-version }}
7275
- name: Install dependencies
7376
run: pnpm install --frozen-lockfile --ignore-scripts
7477
- name: Run unit tests

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy