Skip to content

Commit b1f5339

Browse files
authored
chore: update GitHub actions (#232)
1 parent 13106da commit b1f5339

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/test.yml

+7-7
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ jobs:
1212
lint:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v4.1.3
16-
- uses: pnpm/action-setup@v3.0.0
15+
- uses: actions/checkout@v4.2.2
16+
- uses: pnpm/action-setup@v4.0.0
1717
with:
1818
version: 9.0.6
19-
- uses: actions/setup-node@v4.0.2
19+
- uses: actions/setup-node@v4.2.0
2020
with:
21-
node-version: 20
21+
node-version: 22
2222
cache: 'pnpm'
2323
- run: pnpm install --frozen-lockfile
2424
- name: Lint
@@ -30,12 +30,12 @@ jobs:
3030
matrix:
3131
node-version: [18, 20, 22]
3232
steps:
33-
- uses: actions/checkout@v4.1.3
34-
- uses: pnpm/action-setup@v3.0.0
33+
- uses: actions/checkout@v4.2.2
34+
- uses: pnpm/action-setup@v4.0.0
3535
with:
3636
version: 9.0.6
3737
- name: Instal Node.js ${{ matrix.node-version }}
38-
uses: actions/setup-node@v4.0.2
38+
uses: actions/setup-node@v4.2.0
3939
with:
4040
node-version: ${{ matrix.node-version }}
4141
cache: 'pnpm'

0 commit comments

Comments
 (0)