Skip to content

Commit

Permalink
Add support Fedora 33, run tests with Node.js 14.x
Browse files Browse the repository at this point in the history
  • Loading branch information
igsu committed Oct 27, 2020
1 parent 38e5a96 commit bc6b934
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
steps:
- checkout
- run: apt update
- run: bash deb/setup_12.x
- run: bash deb/setup_14.x
- run: apt install nodejs -y
- run: *envinfo
debian-test:
Expand All @@ -23,7 +23,7 @@ jobs:
steps:
- checkout
- run: apt update
- run: bash deb/setup_12.x
- run: bash deb/setup_14.x
- run: apt install nodejs -y
- run: *envinfo
centos-test:
Expand All @@ -32,7 +32,7 @@ jobs:
- image: centos
steps:
- checkout
- run: bash rpm/setup_12.x
- run: bash rpm/setup_14.x
- run: yum install nodejs -y
- run: *envinfo
fedora-test:
Expand All @@ -41,7 +41,7 @@ jobs:
- image: fedora
steps:
- checkout
- run: bash rpm/setup_12.x
- run: bash rpm/setup_14.x
- run: dnf install nodejs -y
- run: *envinfo

Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,7 @@ NodeSource will continue to maintain the following architectures and may add add
* **Fedora 30** (64-bit) - **available for Node.js 10.16.0 and later**
* **Fedora 31** (64-bit) - **available for Node.js 10.17.0 and later**
* **Fedora 32** (64-bit)
* **Fedora 33** (64-bit)

Equivalent versions of Korora Linux should also be supported.

Expand Down

0 comments on commit bc6b934

Please sign in to comment.