chore: update node version and lock file · yahoo/serialize-javascript@e2a3a91

3 files changed

lines changed

Original file line numberDiff line numberDiff line change

@@ -1,8 +1,8 @@

11

version: 2

22

updates:

3-

- package-ecosystem: npm

4-

directory: "/"

5-

schedule:

6-

interval: daily

7-

time: "13:00"

8-

open-pull-requests-limit: 10

3+

- package-ecosystem: npm

4+

directory: "/"

5+

schedule:

6+

interval: monthly

7+

time: "13:00"

8+

open-pull-requests-limit: 10

Original file line numberDiff line numberDiff line change

@@ -11,7 +11,7 @@ jobs:

1111

runs-on: ubuntu-latest

1212

strategy:

1313

matrix:

14-

node-version: [12.x, 14.x, 16.x]

14+

node-version: [18.x, 20.x]

1515

steps:

1616

- uses: actions/checkout@v3

1717

- name: Use Node.js ${{ matrix.node-version }}