File tree 5 files changed +16
-25
lines changed
5 files changed +16
-25
lines changed Original file line number Diff line number Diff line change 1
1
version : 2
2
2
updates :
3
- - package-ecosystem : " npm"
4
- directory : " / "
3
+ - package-ecosystem : npm
4
+ directory : /
5
5
schedule :
6
- interval : " weekly"
6
+ interval : weekly
7
7
labels :
8
8
- automerge
Original file line number Diff line number Diff line change @@ -13,19 +13,11 @@ jobs:
13
13
build :
14
14
runs-on : ubuntu-latest
15
15
steps :
16
- - uses : actions/checkout@v2
17
- - name : Set Node version
18
- run : echo "NODE_VERSION=$(cat .nvmrc)" > $GITHUB_ENV
19
- - name : Set up Node
20
- uses : actions/setup-node@v1
16
+ - uses : actions/checkout@v3
17
+ - uses : actions/setup-node@v3
21
18
with :
22
- node-version : ${{ env.NODE_VERSION }}
23
- - name : Set up cache
24
- uses : actions/cache@v2
25
- with :
26
- path : ~/.npm
27
- key : ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
28
- restore-keys : ${{ runner.os }}-node-
19
+ node-version-file : .nvmrc
20
+ cache : npm
29
21
- name : Install dependencies
30
22
run : npm install
31
23
- name : Run linters
44
36
runs-on : ubuntu-latest
45
37
if : github.ref == 'refs/heads/main'
46
38
steps :
47
- - uses : actions/checkout@v2
39
+ - uses : actions/checkout@v3
48
40
- name : Bump version
49
41
uses : TriPSs/conventional-changelog-action@v3
50
42
id : version
Original file line number Diff line number Diff line change @@ -12,13 +12,11 @@ jobs:
12
12
publish :
13
13
runs-on : ubuntu-latest
14
14
steps :
15
- - uses : actions/checkout@v1
16
- - name : Set Node version
17
- run : echo "NODE_VERSION=$(cat .nvmrc)" > $GITHUB_ENV
18
- - name : Set up Node
19
- uses : actions/setup-node@v1
15
+ - uses : actions/checkout@v3
16
+ - uses : actions/setup-node@v3
20
17
with :
21
- node-version : ${{ env.NODE_VERSION }}
18
+ node-version-file : .nvmrc
19
+ cache : npm
22
20
- run : npm install
23
21
- run : npm run build
24
22
- uses : JS-DevTools/npm-publish@v1
Original file line number Diff line number Diff line change 1
- v16.14.0
1
+ v18.12.1
Original file line number Diff line number Diff line change 1
- # https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners
2
- * @ ndustrialio/paas-team
1
+ * @ ndustrialio/paas-team
2
+ # Exclude dependabot PR's
3
+ package * .json
You can’t perform that action at this time.
0 commit comments