Skip to content

Commit

Permalink
fix: Migrate from master to main. (#553)
Browse files Browse the repository at this point in the history
  • Loading branch information
goloroden authored Mar 25, 2021
1 parent af40a5d commit e617082
Show file tree
Hide file tree
Showing 6 changed files with 87 additions and 76 deletions.
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1 +1 @@
* @goloroden @yeldiRium
* @dotKuro @goloroden @strangedev @yeldiRium
2 changes: 1 addition & 1 deletion .github/workflows/qa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:

strategy:
matrix:
node-version: [ '12.x' ]
node-version: [ '14.x' ]
os: [ ubuntu-latest ]

steps:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Release
on:
push:
branches:
- 'master'
- 'main'

jobs:
release:
Expand All @@ -15,7 +15,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: 12.x
node-version: 14.x
- name: Install dependencies
run: |
npm install
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ roboter streamlines software development by automating tasks and enforcing conve
| Version | [![npm](https://img.shields.io/npm/v/roboter)](https://www.npmjs.com/package/roboter) |
| Dependencies | ![David](https://img.shields.io/david/thenativeweb/roboter) |
| Dev dependencies | ![David](https://img.shields.io/david/dev/thenativeweb/roboter) |
| Build | ![GitHub Actions](https://github.com/thenativeweb/roboter/workflows/Release/badge.svg?branch=master) |
| Build | ![GitHub Actions](https://github.com/thenativeweb/roboter/workflows/Release/badge.svg?branch=main) |
| License | ![GitHub](https://img.shields.io/github/license/thenativeweb/roboter) |

## Installation
Expand Down
151 changes: 81 additions & 70 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"assertthat": "5.2.6",
"isolated": "3.0.14",
"react": "17.0.2",
"semantic-release-configuration": "1.0.36"
"semantic-release-configuration": "2.0.0"
},
"scripts": {
"analyse": "eslint \"**/*.js\" --config node_modules/eslint-config-es/node.js --ignore-path .eslintignore",
Expand Down

0 comments on commit e617082

Please sign in to comment.