Skip to content

Commit 9fb55db

Browse files
authored
Merge pull request #73 from IgniteUI/sstoychev/update-node
fix(ci/cd): updating to node 24 to circumvent bad github cache
2 parents 5d264b5 + 8d65c3d commit 9fb55db

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/node.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
strategy:
2020
matrix:
21-
node-version: [20.x, 22.x]
21+
node-version: [22.x, 24.x]
2222
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
2323

2424
steps:

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/checkout@v6
1919
- uses: actions/setup-node@v4
2020
with:
21-
node-version: 22
21+
node-version: 24
2222
cache: 'npm'
2323
registry-url: 'https://registry.npmjs.org'
2424
- name: Update NPM

0 commit comments

Comments
 (0)