Skip to content

Commit

Permalink
Merge pull request #193 from soxhub/bump-dev-node
Browse files Browse the repository at this point in the history
Bump dev node
  • Loading branch information
NullVoxPopuli authored May 21, 2024
2 parents 540e812 + 413bdd4 commit fd57e36
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 167 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ jobs:

steps:
- uses: wyvox/action@v1
with:
node-version: 18.17
- run: pnpm build
- run: pnpm lint

Expand All @@ -38,8 +36,6 @@ jobs:

steps:
- uses: wyvox/action@v1
with:
node-version: 18.17
- run: pnpm build
- run: pnpm test
working-directory: ${{ matrix.dir }}
Expand All @@ -61,7 +57,6 @@ jobs:
steps:
- uses: wyvox/action@v1
with:
node-version: 18.17
no-lockfile: true
- run: pnpm build
- name: Run Tests
Expand All @@ -86,8 +81,6 @@ jobs:

steps:
- uses: wyvox/action@v1
with:
node-version: 18.17
- run: pnpm build
- name: Run Tests
run: ./node_modules/.bin/ember try:one ${{ matrix.try-scenario }}
Expand Down
14 changes: 4 additions & 10 deletions .github/workflows/plan-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,22 +50,16 @@ jobs:
with:
fetch-depth: 0
ref: 'main'
- uses: actions/setup-node@v4
with:
node-version: 18

- uses: pnpm/action-setup@v3
with:
version: 8
- uses: wyvox/action-setup-pnpm@v3
- run: pnpm install --frozen-lockfile

- name: "Generate Explanation and Prep Changelogs"
id: explanation
run: |
set +e
pnpm release-plan prepare 2> >(tee -a release-plan-stderr.txt >&2)
if [ $? -ne 0 ]; then
echo 'text<<EOF' >> $GITHUB_OUTPUT
Expand Down
11 changes: 3 additions & 8 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,19 +44,14 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
- uses: wyvox/action-setup-pnpm@v3
with:
node-version: 18
# This creates an .npmrc that reads the NODE_AUTH_TOKEN environment variable
registry-url: 'https://registry.npmjs.org'

- uses: pnpm/action-setup@v3
with:
version: 8
node-registry-url: 'https://registry.npmjs.org'
- run: pnpm install --frozen-lockfile
- name: npm publish
run: pnpm release-plan publish

env:
GITHUB_AUTH: ${{ secrets.GITHUB_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"release-plan": "^0.9.0"
},
"volta": {
"node": "20.12.0",
"node": "22.2.0",
"pnpm": "8.15.8"
},
"pnpm": {
Expand Down
47 changes: 0 additions & 47 deletions test-apps/classic-app/.github/workflows/ci.yml

This file was deleted.

47 changes: 0 additions & 47 deletions test-apps/pods-classic-app/.github/workflows/ci.yml

This file was deleted.

47 changes: 0 additions & 47 deletions test-apps/pods-embroider-app/.github/workflows/ci.yml

This file was deleted.

0 comments on commit fd57e36

Please sign in to comment.