diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 64884a7..91b5740 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -12,7 +12,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: 18 + node-version: 22 cache: npm - name: Install dependencies diff --git a/.node-version b/.node-version index 3c03207..2bd5a0a 100644 --- a/.node-version +++ b/.node-version @@ -1 +1 @@ -18 +22