From 039385e69e63069fdd65ea1b836ff939e7bd39a8 Mon Sep 17 00:00:00 2001 From: Joris Date: Fri, 5 Jul 2024 11:20:38 +0200 Subject: [PATCH] ci: node (#701) --- .github/workflows/main.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 79f707dd..5cf0e311 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -44,6 +44,11 @@ jobs: - name: Checkout repo uses: actions/checkout@v4 + - name: Use Node.js + uses: actions/setup-node@v4 + with: + node-version: 20 + - name: Setup bun uses: oven-sh/setup-bun@v1