diff --git a/.github/workflows/deploy-site.yaml b/.github/workflows/deploy-site.yaml index 323e8e0..05e74f3 100644 --- a/.github/workflows/deploy-site.yaml +++ b/.github/workflows/deploy-site.yaml @@ -13,7 +13,7 @@ jobs: run: make - uses: actions/setup-node@v3 with: - node-version: 20.5.1 + node-version: 22.9.0 - name: Build site run: make build-site diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index ba4a203..d45c2d3 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -13,7 +13,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: 21 + node-version: 22.9.0 registry-url: "https://registry.npmjs.org" - name: Install Dependices run: make diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index cbbf70a..c7a3745 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -11,7 +11,7 @@ jobs: run: corepack enable - uses: actions/setup-node@v3 with: - node-version: 20.5.1 + node-version: 22.9.0 - name: Install Dependices run: pnpm install - name: Prepare Dependencies diff --git a/.node-version b/.node-version index a90dfe9..f483565 100644 --- a/.node-version +++ b/.node-version @@ -1 +1 @@ -v20.5.1 \ No newline at end of file +v22.9.0 \ No newline at end of file