Skip to content

Commit 0f9e779

Browse files
committed
Update Node.js and pnpm
1 parent 9df8a98 commit 0f9e779

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
echo "EOF" >> $GITHUB_OUTPUT
3737
- name: Create the release
3838
if: steps.changelog.outputs.changelog_content != ''
39-
uses: softprops/action-gh-release@v1
39+
uses: softprops/action-gh-release@v2
4040
with:
4141
name: ${{ github.ref_name }}
4242
body: '${{ steps.changelog.outputs.changelog_content }}'

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ jobs:
1717
- name: Install pnpm
1818
uses: pnpm/action-setup@v4
1919
with:
20-
version: 9
20+
version: 10
2121
- name: Install Node.js
2222
uses: actions/setup-node@v4
2323
with:
24-
node-version: 22
24+
node-version: 23
2525
cache: pnpm
2626
- name: Install dependencies
2727
run: pnpm install --ignore-scripts
@@ -41,7 +41,7 @@ jobs:
4141
- name: Install pnpm
4242
uses: pnpm/action-setup@v4
4343
with:
44-
version: 9
44+
version: 10
4545
- name: Install Node.js ${{ matrix.node-version }}
4646
uses: actions/setup-node@v4
4747
with:

0 commit comments

Comments
 (0)