Skip to content

Commit d27d1b9

Browse files
Bump node/pnpm versions for CI
1 parent cd2bdc2 commit d27d1b9

File tree

5 files changed

+9
-13
lines changed

5 files changed

+9
-13
lines changed

.github/workflows/addon-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- uses: pnpm/action-setup@v4
3434
if: env.SHORT_CIRCUIT == 'false'
3535
with:
36-
version: 9
36+
version: 10
3737
- uses: actions/setup-node@v4
3838
if: env.SHORT_CIRCUIT == 'false'
3939
with:

.github/workflows/ci-cd.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
node-version: 20.19.x
2525
- uses: pnpm/action-setup@v4
2626
with:
27-
version: 9
27+
version: 10
2828
- name: Install dependencies
2929
run: pnpm i --frozen-lockfile
3030
- name: Lint
@@ -49,7 +49,7 @@ jobs:
4949
node-version: 20.19.x
5050
- uses: pnpm/action-setup@v4
5151
with:
52-
version: 9
52+
version: 10
5353
- name: Install dependencies
5454
run: pnpm i
5555
- name: Test
@@ -74,7 +74,7 @@ jobs:
7474
node-version: 20.19.x
7575
- uses: pnpm/action-setup@v4
7676
with:
77-
version: 9
77+
version: 10
7878

7979
- name: Install dependencies
8080
run: pnpm i --frozen-lockfile
@@ -106,7 +106,7 @@ jobs:
106106
node-version: 20.19.x
107107
- uses: pnpm/action-setup@v4
108108
with:
109-
version: 9
109+
version: 10
110110
- name: Install dependencies
111111
run: pnpm i --frozen-lockfile
112112
- name: Test

.tool-versions

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
nodejs 20.19
2-
pnpm 9.9.0
1+
nodejs 20.19.5
2+
pnpm 10.18.2

.vscode/settings.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,2 @@
11
{
2-
"eslint.validate": [
3-
"glimmer-ts",
4-
"glimmer-js"
5-
]
62
}

tests/dummy/app/templates/docs/deploying.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,11 +128,11 @@ jobs:
128128
- uses: pnpm/action-setup@v4
129129
if: env.SHORT_CIRCUIT == 'false'
130130
with:
131-
version: 9
131+
version: 10
132132
- uses: actions/setup-node@v4
133133
if: env.SHORT_CIRCUIT == 'false'
134134
with:
135-
node-version: 18
135+
node-version: 20
136136
cache: pnpm
137137
- name: Install Dependencies
138138
if: env.SHORT_CIRCUIT == 'false'

0 commit comments

Comments
 (0)