Skip to content

Commit e563d35

Browse files
committed
-
1 parent 9aa7798 commit e563d35

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/update-core-deps.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,11 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@v4
1515

16-
- uses: actions/setup-node@v4
16+
- uses: actions/setup-node@v5
1717
with:
1818
node-version: "lts/*"
1919
cache: npm
20+
2021
# Use ncu to detect major version changes
2122
- run: npm i -g npm-check-updates
2223
- run: ncu -u @mdn* @webref*

0 commit comments

Comments
 (0)