We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6453249 commit b648117Copy full SHA for b648117
.github/workflows/node.js.yml
@@ -13,7 +13,7 @@ jobs:
13
14
strategy:
15
matrix:
16
- node-version: [18.x, 16.x]
+ node-version: [20.x, 18.x, 16.x]
17
18
steps:
19
- uses: actions/checkout@v2
.github/workflows/update.yml
@@ -2,15 +2,15 @@ name: update deps
2
3
on:
4
schedule:
5
- - cron: '0 5 * * 1'
+ - cron: '0 5 * * 1'
6
7
jobs:
8
udpate-deps:
9
runs-on: ubuntu-latest
10
11
12
- node-version: [18.x]
+ node-version: [20.x]
- uses: actions/checkout@v3
0 commit comments