From c30a5975d8807c9c0d9867035964c0edd0eceed8 Mon Sep 17 00:00:00 2001 From: jon Date: Sat, 4 Jan 2025 20:01:15 +0000 Subject: [PATCH 1/3] bump node to v22.12.0 --- .github/workflows/build-and-deploy.yml | 2 +- .github/workflows/build.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index 7881322..a78a385 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -10,7 +10,7 @@ jobs: strategy: matrix: - node-version: ['14.17.6'] + node-version: ['22.12.0'] steps: - uses: actions/checkout@v3 diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index dccd051..1ae0ae9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -10,7 +10,7 @@ jobs: strategy: matrix: - node-version: ['14.17.6'] + node-version: ['22.12.0'] steps: - uses: actions/checkout@v3 From 4c265e81af4ca1b1da0a5bc2838db97e85ad556e Mon Sep 17 00:00:00 2001 From: jon Date: Sat, 4 Jan 2025 20:06:45 +0000 Subject: [PATCH 2/3] style formatting - prettier:write --- src/styles/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/styles/style.css b/src/styles/style.css index f90a4a8..f5fff08 100644 --- a/src/styles/style.css +++ b/src/styles/style.css @@ -8,8 +8,8 @@ /* colors */ :root { - --font-stack: 'Atkinson Hyperlegible', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Noto Sans', Helvetica, - Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji'; + --font-stack: 'Atkinson Hyperlegible', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Noto Sans', + Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji'; /* currently used colors */ From c14d8cad544b9966568ef075dbb55544b3422804 Mon Sep 17 00:00:00 2001 From: jon Date: Sat, 4 Jan 2025 20:15:59 +0000 Subject: [PATCH 3/3] run prettier again after npm i to update prettier version for node version --- src/styles/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/styles/style.css b/src/styles/style.css index f5fff08..f90a4a8 100644 --- a/src/styles/style.css +++ b/src/styles/style.css @@ -8,8 +8,8 @@ /* colors */ :root { - --font-stack: 'Atkinson Hyperlegible', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Noto Sans', - Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji'; + --font-stack: 'Atkinson Hyperlegible', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Noto Sans', Helvetica, + Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji'; /* currently used colors */