aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Strapp <matt@mattstrapp.net>2024-07-30 10:38:32 -0500
committerMatt Strapp <matt@mattstrapp.net>2024-07-30 10:38:32 -0500
commitddf599988533e1f7f89b055c96b213220362d957 (patch)
tree3ce93ec338924ab64c3127979a30696784781da1
parentAdd dependabot groups? (diff)
downloadtrinkets-ddf599988533e1f7f89b055c96b213220362d957.tar
trinkets-ddf599988533e1f7f89b055c96b213220362d957.tar.gz
trinkets-ddf599988533e1f7f89b055c96b213220362d957.tar.bz2
trinkets-ddf599988533e1f7f89b055c96b213220362d957.tar.lz
trinkets-ddf599988533e1f7f89b055c96b213220362d957.tar.xz
trinkets-ddf599988533e1f7f89b055c96b213220362d957.tar.zst
trinkets-ddf599988533e1f7f89b055c96b213220362d957.zip
Bump node version
-rw-r--r--.github/workflows/build.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml
index 0ccab91..d97f15c 100644
--- a/.github/workflows/build.yaml
+++ b/.github/workflows/build.yaml
@@ -32,7 +32,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v4
with:
- node-version: 18
+ node-version: 20
cache: pnpm
- name: Install dependencies
run: pnpm -r install
@@ -56,4 +56,4 @@ jobs:
steps:
- name: Deploy
id: deployment
- uses: actions/deploy-pages@v4 \ No newline at end of file
+ uses: actions/deploy-pages@v4