Skip to content

Commit d26c7d2

Browse files
authored
Merge branch 'main' into fix/finnish_lang_support
2 parents 631f7f1 + d203eab commit d26c7d2

File tree

3 files changed

+7
-17
lines changed

3 files changed

+7
-17
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,6 @@ jobs:
4343
# publish runs build for us via a prepublishOnly script
4444
- name: npm release
4545
run: npm publish --provenance --tag next
46-
env:
47-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
4846

4947
- name: get current changelog
5048
run: node -e "console.log(require('./build/current-changelog.js')())" > CHANGELOG-LATEST.md

package-lock.json

Lines changed: 6 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
"url": "https://github.com/videojs/video.js.git"
8686
},
8787
"dependencies": {
88-
"@babel/runtime": "^7.12.5",
88+
"@babel/runtime": "^7.28.4",
8989
"@videojs/http-streaming": "^3.17.2",
9090
"@videojs/vhs-utils": "^4.1.1",
9191
"@videojs/xhr": "2.7.0",

0 commit comments

Comments
 (0)