File tree Expand file tree Collapse file tree 3 files changed +10
-5
lines changed
Expand file tree Collapse file tree 3 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 1+ # See GitHub's docs for more details:
2+ # https://help.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners
3+
4+ # TypeScript Team
5+ * @ workos/typescript
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: Bug report
33about : Create a report to help us improve
44title : ' '
55labels : ' '
6- assignees : PaulAsjes
6+ assignees : nicknisi
77
88---
99
Original file line number Diff line number Diff line change 1818 - uses : actions/checkout@v4
1919 - uses : actions/setup-node@v4
2020 with :
21- node-version : 18
21+ node-version : 20
2222 - name : Install Dependencies
2323 run : npm install
2424 - name : Prettier
3131 - uses : actions/checkout@v4
3232 - uses : actions/setup-node@v4
3333 with :
34- node-version : 18
34+ node-version : 20
3535 - name : Install Dependencies
3636 run : npm install
3737 - name : Lint
4444 - uses : actions/checkout@v4
4545 - uses : actions/setup-node@v4
4646 with :
47- node-version : 18
47+ node-version : 20
4848 - name : Install Dependencies
4949 run : npm install
5050 - name : Build
5555 runs-on : ubuntu-latest
5656 strategy :
5757 matrix :
58- node : [18, 20, 22]
58+ node : [20, 22]
5959 steps :
6060 - uses : actions/checkout@v4
6161 - uses : actions/setup-node@v4
You can’t perform that action at this time.
0 commit comments