Skip to content

Commit e95b1eb

Browse files
authored
Merge pull request #7 from danliyev/main
ci(publish-package.yml): update node version to 24
2 parents db80089 + ecb5a24 commit e95b1eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: actions/checkout@v6
1818
- uses: actions/setup-node@v6
1919
with:
20-
node-version: 22
20+
node-version: 24
2121
registry-url: https://npm.pkg.github.com/
2222
scope: '@danliyev'
2323
- run: npm ci
@@ -32,7 +32,7 @@ jobs:
3232
- uses: actions/checkout@v6
3333
- uses: actions/setup-node@v6
3434
with:
35-
node-version: 22
35+
node-version: 24
3636
registry-url: https://registry.npmjs.org/
3737
scope: '@danliyev'
3838
- run: npm ci

0 commit comments

Comments
 (0)