Skip to content

Commit 5dbdd72

Browse files
committed
workflow
1 parent d83d6af commit 5dbdd72

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/run-tests.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,8 @@ jobs:
77
container-job:
88
# Containers must run in Linux based operating systems
99
runs-on: ubuntu-latest
10-
1110
# Docker Hub image that `container-job` executes in
12-
container: node:10.18-jessie
11+
container: node:latest
1312

1413
# Service containers to run with `container-job`
1514
services:
@@ -37,7 +36,7 @@ jobs:
3736
- name: python
3837
uses: actions/setup-python@v4
3938
with:
40-
python-version: '3.6'
39+
python-version: '3.8'
4140
architecture: 'x86'
4241

4342
- name: node

0 commit comments

Comments
 (0)