Skip to content

Commit 14d31a4

Browse files
authored
updated py version for node14 testing (#278)
Signed-off-by: Shivam Raj <[email protected]>
1 parent b755e62 commit 14d31a4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,11 @@ jobs:
4545
with:
4646
node-version: ${{ matrix.node-version }}
4747
- uses: actions/checkout@v3
48+
- name: Set up Python 3.10 for Node 14
49+
if: ${{ matrix.node-version == '14' }}
50+
uses: actions/setup-python@v4
51+
with:
52+
python-version: '3.10'
4853
- name: Cache node modules
4954
uses: actions/cache@v3
5055
with:

0 commit comments

Comments
 (0)