Skip to content

Commit d5b2290

Browse files
authored
Update node.js.yml
1 parent 772302b commit d5b2290

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/node.js.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,14 @@ on: ["push", "pull_request"]
88
jobs:
99
test:
1010

11-
runs-on: ubuntu-20.04
11+
runs-on: ubuntu-latest
1212

1313
strategy:
1414
matrix:
1515
node-version: [12.x, 13.x, 14.x, 15.x, 16.x]
16+
17+
container:
18+
image: ubuntu:18.04
1619

1720
steps:
1821
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)