Skip to content

Commit

Permalink
Using hydrogen again
Browse files Browse the repository at this point in the history
  • Loading branch information
fdodino committed Oct 23, 2023
1 parent 8a17336 commit 164e656
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
matrix:
os: [windows-latest, ubuntu-latest, macos-latest]
node-version: [lts/gallium]
node-version: [lts/hydrogen]

steps:
- uses: actions/checkout@v3
Expand All @@ -34,11 +34,11 @@ jobs:
run: npm run test:e2e
- name: Unit Tests
run: npm run test:unit
# - name: Contribute List
# # if: matrix.os == 'ubuntu-latest'
# uses: akhilmhdh/contributors-readme-action@v2.3.6
# with:
# image_size: 100
# auto_detect_branch_protection: true
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Contribute List
# if: matrix.os == 'ubuntu-latest'
uses: akhilmhdh/contributors-readme-action@v2.3.6
with:
image_size: 100
auto_detect_branch_protection: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
lts/gallium
lts/hydrogen

0 comments on commit 164e656

Please sign in to comment.