Skip to content
This repository was archived by the owner on Feb 20, 2026. It is now read-only.
Prev Previous commit
Next Next commit
test node 14+
  • Loading branch information
sofisl committed Aug 10, 2023
commit f275a26fbd6fd9447b42da8090f960492ec8eac1
2 changes: 1 addition & 1 deletion .github/sync-repo-settings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ branchProtectionRules:
- "cla/google"
- "docs"
- "lint"
- "test (12)"
- "test (14)"
- "test (16)"
- "test (18)"
- "system-test"
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: [12, 14, 16]
node: [14, 16, 18]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 12
node-version: 14
- run: npm install
- run: npm run system-test
- name: coverage
Expand Down