diff --git a/.github/workflows/changelog.yml b/.github/workflows/changelog.yml index a011f1a8..46e0f2f8 100644 --- a/.github/workflows/changelog.yml +++ b/.github/workflows/changelog.yml @@ -24,7 +24,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@3235b876344d2a9aa001b8d1453c930bba69e610 # v3.9.1 with: - node-version: 18.17.1 + node-version: 20.17.0 - name: Check for Changeset run: npx @changesets/cli status --since="origin/main" diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d3579cf8..37e72df6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: - uses: actions/setup-node@3235b876344d2a9aa001b8d1453c930bba69e610 # v3.9.1 with: - node-version: '18.17.1' + node-version: '20.17.0' - name: Install dependencies run: yarn --frozen-lockfile diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ad1bf66a..e89077ab 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,7 +24,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@3235b876344d2a9aa001b8d1453c930bba69e610 # v3.9.1 with: - node-version: '18.17.1' + node-version: '20.17.0' cache: 'yarn' - name: Install dependencies diff --git a/.github/workflows/snapit.yml b/.github/workflows/snapit.yml index 561bd947..7d1b31f7 100644 --- a/.github/workflows/snapit.yml +++ b/.github/workflows/snapit.yml @@ -85,7 +85,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@3235b876344d2a9aa001b8d1453c930bba69e610 # v3.9.1 with: - node-version: '18.17.1' + node-version: '20.17.0' - name: Install dependencies run: yarn --frozen-lockfile diff --git a/.nvmrc b/.nvmrc index 860cc500..016e34ba 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -v18.17.1 +v20.17.0 diff --git a/.vscode/settings.json b/.vscode/settings.json index 12c45664..4797bfc9 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -14,7 +14,7 @@ "docs/**/*": true }, "[typescript]": { - "editor.formatOnSave": false, + "editor.formatOnSave": false }, "editor.formatOnSave": true, "editor.codeActionsOnSave": { diff --git a/examples/.nvmrc b/examples/.nvmrc index 860cc500..016e34ba 100644 --- a/examples/.nvmrc +++ b/examples/.nvmrc @@ -1 +1 @@ -v18.17.1 +v20.17.0