diff --git a/.circleci/config.yml b/.circleci/config.yml index ba393129..fbdecfaf 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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: @@ -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: @@ -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: @@ -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 diff --git a/README.md b/README.md index 8c0b3c8e..198e4856 100644 --- a/README.md +++ b/README.md @@ -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.