We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 23d7e4e + ef487e0 commit 641415fCopy full SHA for 641415f
.github/dependabot.yml
@@ -3,6 +3,6 @@ updates:
3
- package-ecosystem: npm
4
directory: "/"
5
schedule:
6
- interval: weekly
+ interval: monthly
7
time: "17:00"
8
timezone: Europe/London
.github/workflows/ci.yml
@@ -16,13 +16,13 @@ jobs:
16
17
strategy:
18
matrix:
19
- node-version: [18.x, 20.x]
+ node-version: [22.x, 24.x]
20
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
21
22
steps:
23
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
24
- name: Use Node.js ${{ matrix.node-version }}
25
- uses: actions/setup-node@v2
+ uses: actions/setup-node@v4
26
with:
27
node-version: ${{ matrix.node-version }}
28
cache: 'npm'
0 commit comments