From 483733e211074dbe5ebea8c51927baf637ac4530 Mon Sep 17 00:00:00 2001 From: WebDevNerdStuff Date: Sun, 26 Apr 2026 15:26:31 -0400 Subject: [PATCH 1/2] add node versions --- .npmrc | 1 + .nvmrc | 1 + 2 files changed, 2 insertions(+) create mode 100644 .npmrc create mode 100644 .nvmrc diff --git a/.npmrc b/.npmrc new file mode 100644 index 0000000..01e826b --- /dev/null +++ b/.npmrc @@ -0,0 +1 @@ +node-version=22.15.0 diff --git a/.nvmrc b/.nvmrc new file mode 100644 index 0000000..b8ffd70 --- /dev/null +++ b/.nvmrc @@ -0,0 +1 @@ +22.15.0 From e228f2a9cef0ba2820598a4c499558bd89d336f3 Mon Sep 17 00:00:00 2001 From: WebDevNerdStuff Date: Sun, 26 Apr 2026 15:26:43 -0400 Subject: [PATCH 2/2] update github pages yaml --- .github/workflows/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 94e9fee..ed2b1a5 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -18,13 +18,13 @@ jobs: strategy: matrix: - node-version: [19] + node-version: [22] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: ${{ matrix.node-version }}