From bf534bb5cba429b6771ae76068a9d8152500a645 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Kaiser Date: Tue, 25 Jun 2024 15:52:21 +0200 Subject: [PATCH] ci: update node version --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7504bac..d1acd9e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -18,7 +18,7 @@ jobs: - name: Use Node.js LTS uses: actions/setup-node@v1 with: - node-version: '16.x' + node-version: '18.x' - uses: bahmutov/npm-install@v1 - name: Build run: make build @@ -39,7 +39,7 @@ jobs: - name: Use Node.js LTS uses: actions/setup-node@v1 with: - node-version: '16.x' + node-version: '18.x' - uses: bahmutov/npm-install@v1 - name: Prepare env run: cp -n ./packages/demo/.env.local-example ./packages/demo/.env