Skip to content

Commit 6e01560

Browse files
committed
chore: Smarter CI setup
Reusing configs from .node-version and packageManager in package.json. See: https://x.com/sitnikcode/status/1791437686076579978
1 parent 8af53ad commit 6e01560

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed

.github/workflows/ci-cd.yml

-6
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,8 @@ jobs:
4141
steps:
4242
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
4343
- uses: pnpm/action-setup@a3252b78c470c02df07e9d59298aecedc3ccdd6d
44-
with:
45-
version: 9
4644
- uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8
4745
with:
48-
node-version: lts/*
4946
cache: pnpm
5047
- name: Install dependencies
5148
run: pnpm install
@@ -82,11 +79,8 @@ jobs:
8279
steps:
8380
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
8481
- uses: pnpm/action-setup@a3252b78c470c02df07e9d59298aecedc3ccdd6d
85-
with:
86-
version: 9
8782
- uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8
8883
with:
89-
node-version: lts/*
9084
cache: pnpm
9185
# Note: we do not use an external Turbo cache for publishing
9286
# to prevent against possible cache collision attacks.

.github/workflows/test-against-nextjs-release.yml

-6
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,8 @@ jobs:
2323
steps:
2424
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
2525
- uses: pnpm/action-setup@a3252b78c470c02df07e9d59298aecedc3ccdd6d
26-
with:
27-
version: 9
2826
- uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8
2927
with:
30-
node-version: lts/*
3128
cache: pnpm
3229
- name: Install dependencies
3330
run: pnpm install
@@ -70,11 +67,8 @@ jobs:
7067
steps:
7168
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
7269
- uses: pnpm/action-setup@a3252b78c470c02df07e9d59298aecedc3ccdd6d
73-
with:
74-
version: 9
7570
- uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8
7671
with:
77-
node-version: lts/*
7872
cache: pnpm
7973
- name: Install dependencies
8074
run: pnpm install

0 commit comments

Comments
 (0)