Skip to content

Commit a4a2658

Browse files
committed
fix: update Node.js version to 24 and adjust file permissions
1 parent 91c3f6b commit a4a2658

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/main.yml

100644100755
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ name: Semantic Versioning
33
on:
44
push:
55
branches:
6-
- main
7-
- develop
6+
- main
7+
- develop
88

99
jobs:
1010
release:
@@ -22,10 +22,10 @@ jobs:
2222
- name: Setup Node
2323
uses: actions/setup-node@v4
2424
with:
25-
node-version: 21
25+
node-version: 24
2626
cache: 'yarn'
2727
cache-dependency-path: 'yarn.lock'
28-
28+
2929
- name: Install Dependencies
3030
run: yarn install
3131
env:

0 commit comments

Comments
 (0)