Skip to content

Commit

Permalink
update node and pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
runspired committed Oct 29, 2022
1 parent 97770e7 commit 4a25c9c
Show file tree
Hide file tree
Showing 29 changed files with 44 additions and 52 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/alpha-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,10 @@ jobs:
if [[ "$(git name-rev --tags --name-only $(git rev-parse HEAD))" != "undefined" ]]; then
exit 1
fi
- uses: pnpm/action-setup@v2
with:
version: '7.13.5'
- uses: pnpm/action-setup@c3b53f6a16e57305370b4ae5a540c2077a1d50dd # tag=v2.2.4
- uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: 18.x
cache: 'pnpm'
- name: Install dependencies for master
run: pnpm install
Expand All @@ -37,13 +35,11 @@ jobs:
environment: deployment
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
with:
version: '7.13.5'
- uses: pnpm/action-setup@c3b53f6a16e57305370b4ae5a540c2077a1d50dd # tag=v2.2.4
- uses: actions/setup-node@v3
with:
registry-url: 'https://registry.npmjs.org'
node-version: 16.x
node-version: 18.x
cache: 'pnpm'
- name: Install dependencies for master
run: pnpm install
Expand Down
6 changes: 2 additions & 4 deletions .github/workflows/asset-size-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,10 @@ jobs:
with:
fetch-depth: 3
- run: git fetch origin master --depth=1
- uses: pnpm/action-setup@v2
with:
version: '7.13.5'
- uses: pnpm/action-setup@c3b53f6a16e57305370b4ae5a540c2077a1d50dd # tag=v2.2.4
- uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: 18.x
cache: 'pnpm'
- name: Check SHA
run: |
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -225,9 +225,7 @@ jobs:
node-version: [14.x, 18.x]
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
with:
version: '7.13.5'
- uses: pnpm/action-setup@c3b53f6a16e57305370b4ae5a540c2077a1d50dd # tag=v2.2.4
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
Expand Down
12 changes: 4 additions & 8 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
with:
version: '7.13.5'
- uses: pnpm/action-setup@c3b53f6a16e57305370b4ae5a540c2077a1d50dd # tag=v2.2.4
- uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: 18.x
cache: 'pnpm'
- name: Install dependencies for master
run: pnpm install
Expand All @@ -39,12 +37,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
with:
version: '7.13.5'
- uses: pnpm/action-setup@c3b53f6a16e57305370b4ae5a540c2077a1d50dd # tag=v2.2.4
- uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: 18.x
cache: 'pnpm'
- name: Install dependencies for ${{ matrix.scenario }}
run: pnpm install
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/perf-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,11 @@ jobs:
originSha=$(git rev-parse HEAD^2)
echo $originSha > tmp/sha-for-commit.txt
git show --format=short --no-patch $originSha
- uses: pnpm/action-setup@v2
- uses: pnpm/action-setup@c3b53f6a16e57305370b4ae5a540c2077a1d50dd # tag=v2.2.4
- uses: actions/setup-node@v3
with:
version: '7.13.5'
node-version: 18.x
cache: 'pnpm'
- uses: tracerbench/tracerbench-compare-action@master
with:
experiment-build-command: npm run --if-present build-v2-addons && pnpm --filter performance-test-app exec ember build -e production --output-path dist-experiment
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/perf-over-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,11 @@ jobs:
originSha=$(git rev-parse HEAD^2)
echo $originSha > tmp/sha-for-commit.txt
git show --format=short --no-patch $originSha
- uses: pnpm/action-setup@v2
- uses: pnpm/action-setup@c3b53f6a16e57305370b4ae5a540c2077a1d50dd # tag=v2.2.4
- uses: actions/setup-node@v3
with:
version: '7.13.5'
node-version: 18.x
cache: 'pnpm'
- uses: tracerbench/tracerbench-compare-action@master
with:
experiment-build-command: npm run --if-present build-v2-addons && pnpm --filter performance-test-app exec ember build -e production --output-path dist-experiment
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -150,13 +150,13 @@
"node": "^14.8.0 || 16.* || >= 18.*",
"yarn": "use pnpm",
"npm": "use pnpm",
"pnpm": "7.14.0"
"pnpm": "7.14.1"
},
"volta": {
"node": "19.0.0",
"pnpm": "7.14.0"
"pnpm": "7.14.1"
},
"packageManager": "[email protected].0",
"packageManager": "[email protected].1",
"changelog": {
"labels": {
"changelog:breaking": ":boom: Breaking Change",
Expand Down
2 changes: 1 addition & 1 deletion packages/-ember-data/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,5 @@
"volta": {
"extends": "../../package.json"
},
"packageManager": "[email protected].0"
"packageManager": "[email protected].1"
}
2 changes: 1 addition & 1 deletion packages/adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@
"volta": {
"extends": "../../package.json"
},
"packageManager": "[email protected].0"
"packageManager": "[email protected].1"
}
2 changes: 1 addition & 1 deletion packages/canary-features/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@
"volta": {
"extends": "../../package.json"
},
"packageManager": "[email protected].0"
"packageManager": "[email protected].1"
}
2 changes: 1 addition & 1 deletion packages/debug/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@
"volta": {
"extends": "../../package.json"
},
"packageManager": "[email protected].0"
"packageManager": "[email protected].1"
}
2 changes: 1 addition & 1 deletion packages/model/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,5 @@
"volta": {
"extends": "../../package.json"
},
"packageManager": "[email protected].0"
"packageManager": "[email protected].1"
}
2 changes: 1 addition & 1 deletion packages/private-build-infra/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,5 @@
"volta": {
"extends": "../../package.json"
},
"packageManager": "[email protected].0"
"packageManager": "[email protected].1"
}
2 changes: 1 addition & 1 deletion packages/record-data/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@
"volta": {
"extends": "../../package.json"
},
"packageManager": "[email protected].0"
"packageManager": "[email protected].1"
}
2 changes: 1 addition & 1 deletion packages/serializer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,5 @@
"volta": {
"extends": "../../package.json"
},
"packageManager": "[email protected].0"
"packageManager": "[email protected].1"
}
2 changes: 1 addition & 1 deletion packages/store/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,5 @@
"volta": {
"extends": "../../package.json"
},
"packageManager": "[email protected].0"
"packageManager": "[email protected].1"
}
2 changes: 1 addition & 1 deletion packages/unpublished-test-infra/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,5 +69,5 @@
"volta": {
"extends": "../../package.json"
},
"packageManager": "[email protected].0"
"packageManager": "[email protected].1"
}
2 changes: 1 addition & 1 deletion tests/adapter-encapsulation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,5 +75,5 @@
"volta": {
"extends": "../../package.json"
},
"packageManager": "pnpm@7.13.5"
"packageManager": "pnpm@7.14.1"
}
2 changes: 1 addition & 1 deletion tests/blueprints/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@
"volta": {
"extends": "../../package.json"
},
"packageManager": "pnpm@7.13.5"
"packageManager": "pnpm@7.14.1"
}
2 changes: 1 addition & 1 deletion tests/debug-encapsulation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,5 +64,5 @@
"volta": {
"extends": "../../package.json"
},
"packageManager": "pnpm@7.13.5"
"packageManager": "pnpm@7.14.1"
}
2 changes: 1 addition & 1 deletion tests/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@
"volta": {
"extends": "../../package.json"
},
"packageManager": "pnpm@7.13.5"
"packageManager": "pnpm@7.14.1"
}
2 changes: 1 addition & 1 deletion tests/fastboot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,5 +75,5 @@
"volta": {
"extends": "../../package.json"
},
"packageManager": "pnpm@7.13.5"
"packageManager": "pnpm@7.14.1"
}
2 changes: 1 addition & 1 deletion tests/full-data-asset-size-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,5 @@
"volta": {
"extends": "../../package.json"
},
"packageManager": "pnpm@7.13.5"
"packageManager": "pnpm@7.14.1"
}
2 changes: 1 addition & 1 deletion tests/graph/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,5 +82,5 @@
"volta": {
"extends": "../../package.json"
},
"packageManager": "pnpm@7.13.5"
"packageManager": "pnpm@7.14.1"
}
2 changes: 1 addition & 1 deletion tests/main/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,5 +107,5 @@
"volta": {
"extends": "../../package.json"
},
"packageManager": "pnpm@7.13.5"
"packageManager": "pnpm@7.14.1"
}
2 changes: 1 addition & 1 deletion tests/model-encapsulation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,5 +75,5 @@
"volta": {
"extends": "../../package.json"
},
"packageManager": "pnpm@7.13.5"
"packageManager": "pnpm@7.14.1"
}
2 changes: 1 addition & 1 deletion tests/performance/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,5 @@
"volta": {
"extends": "../../package.json"
},
"packageManager": "pnpm@7.13.5"
"packageManager": "pnpm@7.14.1"
}
2 changes: 1 addition & 1 deletion tests/record-data-encapsulation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,5 +75,5 @@
"volta": {
"extends": "../../package.json"
},
"packageManager": "pnpm@7.13.5"
"packageManager": "pnpm@7.14.1"
}
2 changes: 1 addition & 1 deletion tests/serializer-encapsulation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,5 +73,5 @@
"volta": {
"extends": "../../package.json"
},
"packageManager": "pnpm@7.13.5"
"packageManager": "pnpm@7.14.1"
}

0 comments on commit 4a25c9c

Please sign in to comment.