Skip to content

Commit 8b77f2b

Browse files
committed
upgrading node in ci
1 parent 2d7ba40 commit 8b77f2b

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ updates:
33
- package-ecosystem: npm
44
directory: "/"
55
schedule:
6-
interval: "daily"
6+
interval: "monthly"

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
strategy:
99
matrix:
10-
node_version: [8, 10, 12]
10+
node_version: [12, 14]
1111

1212
steps:
1313
- uses: actions/checkout@master

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: actions/checkout@v1
1212
- uses: actions/setup-node@v1
1313
with:
14-
node-version: 12
14+
node-version: 14
1515

1616
publish-npm:
1717
name: Publish to npm
@@ -21,7 +21,7 @@ jobs:
2121
- uses: actions/checkout@v1
2222
- uses: actions/setup-node@v1
2323
with:
24-
node-version: 12
24+
node-version: 14
2525
registry-url: https://registry.npmjs.org/
2626
- run: npm publish
2727
env:
@@ -35,7 +35,7 @@ jobs:
3535
- uses: actions/checkout@v1
3636
- uses: actions/setup-node@v1
3737
with:
38-
node-version: 12
38+
node-version: 14
3939
registry-url: https://npm.pkg.github.com/
4040
scope: '@abranhe'
4141
- name: Rename package to match GitHub repository

0 commit comments

Comments
 (0)