Skip to content

Commit 49f24ef

Browse files
committed
build: updated workflows
1 parent 361b489 commit 49f24ef

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/node.js-ci.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,18 @@ jobs:
1414
runs-on: ubuntu-latest
1515
if: ${{ github.event_name != 'pull_request' }}
1616
steps:
17-
- uses: actions/checkout@v4
17+
- uses: actions/checkout@v5
1818
name: Checkout [main]
1919
with:
2020
fetch-depth: 0
2121
- uses: actions/setup-node@v4
2222
with:
23-
node-version: "16"
24-
- uses: pnpm/action-setup@v3.0.0
23+
node-version: "22"
24+
- uses: pnpm/action-setup@v3
2525
name: Install pnpm
2626
id: pnpm-install
2727
with:
28-
version: 8
28+
version: 10
2929
run_install: false
3030
- name: Get pnpm version
3131
id: pnpm-version
@@ -50,19 +50,19 @@ jobs:
5050
runs-on: ubuntu-latest
5151
if: ${{ github.event_name == 'pull_request' }}
5252
steps:
53-
- uses: actions/checkout@v4
53+
- uses: actions/checkout@v5
5454
with:
5555
ref: ${{ github.event.pull_request.head.ref }}
5656
repository: ${{ github.event.pull_request.head.repo.full_name }}
5757
fetch-depth: 0
5858
- uses: actions/setup-node@v4
5959
with:
60-
node-version: "16"
61-
- uses: pnpm/action-setup@v3.0.0
60+
node-version: "22"
61+
- uses: pnpm/action-setup@v3
6262
name: Install pnpm
6363
id: pnpm-install
6464
with:
65-
version: 8
65+
version: 10
6666
run_install: false
6767
- name: Get pnpm version
6868
id: pnpm-version

0 commit comments

Comments
 (0)