From 68ba74001bf33f5b95958d371fe9e9449c0dbd69 Mon Sep 17 00:00:00 2001 From: Nico Korthout Date: Sat, 28 Oct 2023 16:49:08 +0200 Subject: [PATCH] deps(.github): bump setup-node to v4 This allows us to specify node20 in the ci. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7d5e414..fd73080 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Use Node.js 16.x - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: 16.x cache: 'npm'