Skip to content

Commit

Permalink
ci: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
snorrees committed Dec 4, 2023
1 parent fd5e590 commit 1e092ca
Show file tree
Hide file tree
Showing 2 changed files with 1,301 additions and 1,016 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,10 @@ jobs:
- os: ubuntu-latest
# Test the oldest LTS release of Node that's still receiving bugfixes and security patches, versions older than that have reached End-of-Life
node: lts/-1
- os: ubuntu-latest
# Test the actively developed version that will become the latest LTS release next October
node: current
# disabled for now, as there are bugs with pkg-utils in this version
#- os: ubuntu-latest
# # Test the actively developed version that will become the latest LTS release
# node: current
steps:
# It's only necessary to do this for windows, as mac and ubuntu are sane OS's that already use LF
- name: Set git to use LF
Expand Down
Loading

0 comments on commit 1e092ca

Please sign in to comment.