Skip to content

Commit

Permalink
Back to hydrogen, Windows out
Browse files Browse the repository at this point in the history
  • Loading branch information
fdodino committed Oct 22, 2023
1 parent 901bab4 commit 491cdbc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 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, macos-latest]
node-version: [lts/gallium]
os: [ubuntu-latest, macos-latest] # windows-latest is failing!!
node-version: [lts/hydrogen]

steps:
- uses: actions/checkout@v3
Expand Down
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 491cdbc

Please sign in to comment.