From c95983b8c10f373a795ad549812c91cd1eb2e454 Mon Sep 17 00:00:00 2001 From: Collin Herber Date: Sun, 24 Nov 2024 12:30:03 -0500 Subject: [PATCH] chore: update to node 22 --- .dockerignore | 17 +++++++++++++++++ .github/workflows/publish.yml | 2 +- .nvmrc | 1 + 3 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 .dockerignore create mode 100644 .nvmrc diff --git a/.dockerignore b/.dockerignore new file mode 100644 index 0000000..ffdff94 --- /dev/null +++ b/.dockerignore @@ -0,0 +1,17 @@ +Dockerfile +.dockerignore +.git +.gitignore +.gitattributes +README.md +.npmrc +.prettierrc +.eslintrc.cjs +.graphqlrc +.editorconfig +.svelte-kit +.vscode +node_modules +build +package +**/.env \ No newline at end of file diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index f6a01e5..c11cc4c 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -32,7 +32,7 @@ jobs: - name: Use Node.js 20.x uses: actions/setup-node@v4 with: - node-version: '20' + node-version: '22' - name: Setup pnpm uses: pnpm/action-setup@v4 diff --git a/.nvmrc b/.nvmrc new file mode 100644 index 0000000..8fdd954 --- /dev/null +++ b/.nvmrc @@ -0,0 +1 @@ +22 \ No newline at end of file