Skip to content
This repository was archived by the owner on Oct 11, 2024. It is now read-only.

Commit eeab766

Browse files
committed
Pin to node12
1 parent 56e0947 commit eeab766

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build-and-test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ jobs:
77
runs-on: ubuntu-latest
88
env:
99
CI: true
10+
strategy:
11+
matrix:
12+
node-version: [12.x]
1013
steps:
1114
- uses: actions/checkout@v2
1215
- run: git fetch --no-tags --prune --depth=1 origin +refs/heads/*:refs/remotes/origin/*

0 commit comments

Comments
 (0)