Skip to content

Commit

Permalink
Back to gallium and running only contributors for ubuntu-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
fdodino committed Oct 22, 2023
1 parent b757ef6 commit 901bab4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:

strategy:
matrix:
os: [ubuntu-latest, windows-latest]
node-version: [lts/hydrogen]
os: [ubuntu-latest, windows-latest, macos-latest]
node-version: [lts/gallium]

steps:
- uses: actions/checkout@v3
Expand All @@ -34,6 +34,7 @@ jobs:
- name: Unit Tests
run: npm run test:unit
- name: Contribute List
if: matrix.os == 'ubuntu-latest'
uses: akhilmhdh/[email protected]
with:
image_size: 100
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
lts/hydrogen
lts/gallium

0 comments on commit 901bab4

Please sign in to comment.