Skip to content

Commit 12c0a73

Browse files
committed
CI: Prospective fix for npm publishing
Use setup-node on the latest ubuntu. We don't need node 20.x for the version determining job.
1 parent ff9b432 commit 12c0a73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish_npm_package.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ on:
2222

2323
jobs:
2424
determine_version:
25-
runs-on: ubuntu-22.04
25+
runs-on: ubuntu-latest
2626
outputs:
2727
PKG_VERSION: ${{ steps.mkversion.outputs.PKG_VERSION }}
2828
steps:

0 commit comments

Comments
 (0)