Skip to content

Commit d66662d

Browse files
authored
Merge pull request #349 from mozilla/npm-update
npm update
2 parents bd808c3 + b520e83 commit d66662d

File tree

5 files changed

+1127
-1462
lines changed

5 files changed

+1127
-1462
lines changed

.github/dependabot.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "github-actions"
4+
directory: "/"
5+
schedule:
6+
interval: "quarterly"
7+
groups:
8+
github-actions:
9+
patterns:
10+
- "*"

.github/workflows/deploy-to-production.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ jobs:
2020
runs-on: ubuntu-latest
2121
steps:
2222
- name: Checkout
23-
uses: actions/checkout@v4
23+
uses: actions/checkout@v6
2424
- name: Setup Node
2525
uses: actions/setup-node@v4
2626
with:
27-
node-version: "22"
27+
node-version: "24"
2828
cache: npm
2929
- name: Setup Pages
3030
id: pages

.github/workflows/test-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
node-version: [18.x, 20.x, 22.x]
14+
node-version: [22.x, 24.x]
1515
steps:
1616
- name: Checkout
17-
uses: actions/checkout@v4
17+
uses: actions/checkout@v6
1818
- name: Use Node ${{ matrix.node-version }}
1919
uses: actions/setup-node@v4
2020
with:

0 commit comments

Comments
 (0)