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 f89cae8 commit 29024b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ on: ["push", "pull_request"]
jobs:
test:

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

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

steps:
- uses: actions/checkout@v2
- run: sudo apt install gfortran-10
- run: sudo apt install gfortran-9
- run: cd reference && make && cd ..
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
Expand Down

0 comments on commit 29024b5

Please sign in to comment.