Skip to content

Commit 1b4cc80

Browse files
fix: do not run node 8 CI (#456)
1 parent ee4330a commit 1b4cc80

File tree

1 file changed

+1
-1
lines changed
  • synthtool/gcp/templates/node_library/.github/workflows

1 file changed

+1
-1
lines changed

synthtool/gcp/templates/node_library/.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
strategy:
1111
matrix:
12-
node: [8, 10, 12, 13]
12+
node: [10, 12, 13]
1313
steps:
1414
- uses: actions/checkout@v2
1515
- uses: actions/setup-node@v1

0 commit comments

Comments
 (0)