Skip to content

Commit

Permalink
try ci
Browse files Browse the repository at this point in the history
  • Loading branch information
dmca-glasgow committed May 3, 2022
1 parent fcb2961 commit df29662
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,10 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
node-version: [16.x, 17.x]
node-version: [17.x]
r-version: [4.1.x]

steps:
- name: install curl
if: startsWith(matrix.os, 'ubuntu')
run: sudo apt install libcurl4-openssl-dev

- name: Checkout repo
uses: actions/checkout@v2
with:
Expand Down

0 comments on commit df29662

Please sign in to comment.