Skip to content

Commit f38be22

Browse files
committed
Fix prepare release workflow
1 parent 9eb4e3b commit f38be22

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/prepare-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ jobs:
1717
permissions:
1818
contents: write # for softprops/action-gh-release to create GitHub release
1919

20-
runs-on: macos-13
20+
runs-on: macos-latest
2121
timeout-minutes: 15
2222

2323
strategy:
2424
matrix:
25-
node-version: [16]
25+
node-version: [20]
2626

2727
steps:
2828
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)