Skip to content

Commit dd8e908

Browse files
authored
Merge branch 'master' into dependabot/npm_and_yarn/fast-xml-parser-5.4.1
2 parents 64725f8 + 1113f9e commit dd8e908

3 files changed

Lines changed: 9182 additions & 4904 deletions

File tree

.github/workflows/autorun-npm-audit-fix.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ jobs:
1515
working-directory: ./
1616
steps:
1717
- name: Check out repository
18-
uses: actions/checkout@v4
18+
uses: actions/checkout@v6
1919
- name: Set up node
20-
uses: actions/setup-node@v4
20+
uses: actions/setup-node@v6
2121
with:
22-
node-version: '18'
22+
node-version: 'lts/*'
2323
- name: Get whether autorun-npm-audit-fix branch exists
2424
run: |
2525
echo "Getting whether autorun-npm-audit-fix branch exists"

0 commit comments

Comments
 (0)