Skip to content
This repository was archived by the owner on May 15, 2023. It is now read-only.

Commit eaceb48

Browse files
nex3Goodwine
andauthored
Update optional dependency versions in embedded-host-node (#107)
Co-authored-by: Goodwine <[email protected]>
1 parent 6faac1f commit eaceb48

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,8 @@ jobs:
324324
cat package.json |
325325
jq --arg version ${{ steps.version.outputs.version }} '
326326
.version |= $version |
327-
."compiler-version" |= $version
327+
."compiler-version" |= $version |
328+
.optionalDependencies = (.optionalDependencies | .[] |= $version)
328329
' > package.json.tmp &&
329330
mv package.json.tmp package.json
330331
curl https://raw.githubusercontent.com/sass/dart-sass/${{ steps.version.outputs.version }}/CHANGELOG.md > CHANGELOG.md

0 commit comments

Comments
 (0)