diff --git a/.github/workflows/inception.yml b/.github/workflows/inception.yml index 5334e79..f5e0fe7 100644 --- a/.github/workflows/inception.yml +++ b/.github/workflows/inception.yml @@ -11,7 +11,7 @@ jobs: - uses: actions/setup-node@v4 with: cache: npm - node-version: 20 + node-version: 24 - run: npm ci - run: npm run build - uses: ./ diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 59dc350..d041fbd 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,7 +11,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: 20 + node-version: 24 cache: npm - run: npm ci - run: npm run build diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6fb33ef..8beb520 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -13,6 +13,6 @@ jobs: - uses: actions/setup-node@v4 with: cache: npm - node-version: 20 + node-version: 24 - run: npm ci - run: npm test