Skip to content

Commit 419a563

Browse files
authored
Merge branch 'master' into simeonoff/scoped-styles
2 parents fcd3aa2 + f6f9cec commit 419a563

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Checkout
2121
uses: actions/checkout@v6
2222
- name: Use Node.js 24
23-
uses: actions/setup-node@v6
23+
uses: actions/setup-node@v7
2424
with:
2525
node-version: 24.x
2626
cache: 'npm'

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- uses: actions/checkout@v6
15-
- uses: actions/setup-node@v6
15+
- uses: actions/setup-node@v7
1616
with:
1717
node-version: 24.x
1818
cache: 'npm'

0 commit comments

Comments
 (0)