Skip to content

Commit b0767c8

Browse files
authored
Merge pull request #1251 from mainmatter/renovate/pnpm-9.x
Update dependency pnpm to v9
2 parents 2425381 + aafa7d6 commit b0767c8

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
- cron: '0 3 * * *' # daily, at 3am
1111

1212
env:
13-
PNPM_VERSION: 6.35.1
13+
PNPM_VERSION: 9.6.0
1414

1515
jobs:
1616
lint:
@@ -26,7 +26,7 @@ jobs:
2626

2727
- uses: actions/[email protected]
2828
with:
29-
node-version: 14.x
29+
node-version: 22.x
3030
cache: pnpm
3131

3232
- run: pnpm install
@@ -39,7 +39,7 @@ jobs:
3939
strategy:
4040
matrix:
4141
os: [ubuntu-latest, windows-latest]
42-
node-version: [12.x, 14.x, 16.x, 18.x, 20.x]
42+
node-version: [18.x, 20.x, 22.x]
4343

4444
steps:
4545
- uses: actions/[email protected]
@@ -88,7 +88,7 @@ jobs:
8888

8989
- uses: actions/[email protected]
9090
with:
91-
node-version: 14.x
91+
node-version: 22.x
9292
cache: pnpm
9393

9494
- run: pnpm install

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/[email protected]
1515
- uses: actions/[email protected]
1616
with:
17-
node-version: 14.x
17+
node-version: 22.x
1818
registry-url: 'https://registry.npmjs.org'
1919

2020
- run: npm publish

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"webpack": "5.76.2"
6666
},
6767
"engines": {
68-
"node": "12.* || 14.* || >= 16.*"
68+
"node": "18.* || 20.* || >= 22.*"
6969
},
7070
"changelog": {
7171
"repo": "mainmatter/ember-test-selectors",

0 commit comments

Comments
 (0)