Skip to content

Commit b648117

Browse files
committed
chore: updates workflows
1 parent 6453249 commit b648117

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/node.js.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
strategy:
1515
matrix:
16-
node-version: [18.x, 16.x]
16+
node-version: [20.x, 18.x, 16.x]
1717

1818
steps:
1919
- uses: actions/checkout@v2

.github/workflows/update.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@ name: update deps
22

33
on:
44
schedule:
5-
- cron: '0 5 * * 1'
5+
- cron: '0 5 * * 1'
66

77
jobs:
88
udpate-deps:
99
runs-on: ubuntu-latest
1010

1111
strategy:
1212
matrix:
13-
node-version: [18.x]
13+
node-version: [20.x]
1414

1515
steps:
1616
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)