mirror of
https://github.com/Maks1mS/nestjs-telegraf.git
synced 2025-01-11 14:48:10 +03:00
use actual nodejs versions for CI, fix dependabot file location
This commit is contained in:
parent
6d66406508
commit
d79fa34178
2
.github/dependabot.yml
vendored
2
.github/dependabot.yml
vendored
@ -4,3 +4,5 @@ updates:
|
||||
directory: '/'
|
||||
schedule:
|
||||
interval: 'daily'
|
||||
ignore:
|
||||
- dependency-name: 'typescript'
|
||||
|
6
.github/workflows/build-test.yml
vendored
6
.github/workflows/build-test.yml
vendored
@ -2,9 +2,9 @@ name: Build & Test
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [master]
|
||||
branches: [main]
|
||||
pull_request:
|
||||
branches: [master]
|
||||
branches: [main]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
@ -12,7 +12,7 @@ jobs:
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
node-version: [14.x, 15.x]
|
||||
node-version: [16.x, 18.x]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
@ -1,8 +0,0 @@
|
||||
version: 2
|
||||
updates:
|
||||
- package-ecosystem: 'npm'
|
||||
directory: '/'
|
||||
schedule:
|
||||
interval: 'daily'
|
||||
ignore:
|
||||
- dependency-name: 'typescript'
|
Loading…
Reference in New Issue
Block a user