diff --git a/.github/workflows/inception.yml b/.github/workflows/inception.yml index 5334e79..8a007d2 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: 22 - run: npm ci - run: npm run build - uses: ./ diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 59dc350..db53fa5 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: 22 cache: npm - run: npm ci - run: npm run build diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6fb33ef..b944d0c 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: 22 - run: npm ci - run: npm test