Skip to content

Commit

Permalink
Update node.js.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-van authored Oct 10, 2024
1 parent 772302b commit d5b2290
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,14 @@ on: ["push", "pull_request"]
jobs:
test:

runs-on: ubuntu-20.04
runs-on: ubuntu-latest

strategy:
matrix:
node-version: [12.x, 13.x, 14.x, 15.x, 16.x]

container:
image: ubuntu:18.04

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit d5b2290

Please sign in to comment.