Skip to content

Commit 89b82c9

Browse files
committed
Move to pnpm 9, add Node.js 21 to CI and update dependencies
1 parent ae3bef5 commit 89b82c9

File tree

3 files changed

+1649
-1301
lines changed

3 files changed

+1649
-1301
lines changed

.github/workflows/test.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,21 +16,22 @@ jobs:
1616
- name: Install pnpm
1717
uses: pnpm/action-setup@v3
1818
with:
19-
version: 8
19+
version: 9
2020
- name: Install Node.js
2121
uses: actions/setup-node@v4
2222
with:
23-
node-version: 20
23+
node-version: 21
2424
cache: pnpm
2525
- name: Install dependencies
26-
run: pnpm install --frozen-lockfile --ignore-scripts
26+
run: pnpm install --ignore-scripts
2727
- name: Run tests
2828
run: pnpm test
2929
short:
3030
runs-on: ubuntu-latest
3131
strategy:
3232
matrix:
3333
node-version:
34+
- 20
3435
- 18
3536
name: Node.js ${{ matrix.node-version }} Quick
3637
steps:
@@ -39,13 +40,13 @@ jobs:
3940
- name: Install pnpm
4041
uses: pnpm/action-setup@v3
4142
with:
42-
version: 8
43+
version: 9
4344
- name: Install Node.js ${{ matrix.node-version }}
4445
uses: actions/setup-node@v4
4546
with:
4647
node-version: ${{ matrix.node-version }}
4748
cache: pnpm
4849
- name: Install dependencies
49-
run: pnpm install --frozen-lockfile --ignore-scripts
50+
run: pnpm install --ignore-scripts
5051
- name: Run unit tests
5152
run: pnpm unit

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,11 @@
4141
"sugarss": "^4.0.1"
4242
},
4343
"devDependencies": {
44-
"@logux/eslint-config": "^53.0.0",
44+
"@logux/eslint-config": "^53.0.1",
4545
"c8": "^9.1.0",
46-
"clean-publish": "^4.3.0",
46+
"clean-publish": "^4.4.0",
4747
"eslint": "^8.57.0",
48-
"postcss": "^8.4.35"
48+
"postcss": "^8.4.38"
4949
},
5050
"prettier": {
5151
"arrowParens": "avoid",

0 commit comments

Comments
 (0)