From 5be90979e1a408cdbd2ebc7e511621c4645dd1b1 Mon Sep 17 00:00:00 2001 From: Florian Date: Tue, 5 Sep 2023 14:53:15 +0200 Subject: [PATCH] bump node version --- .github/workflows/test-tutorials.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/test-tutorials.yml b/.github/workflows/test-tutorials.yml index 3bea53987..cf1880f9f 100644 --- a/.github/workflows/test-tutorials.yml +++ b/.github/workflows/test-tutorials.yml @@ -23,8 +23,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v3 with: - # In case of version change, update README.md accordingly - node-version: 16 + node-version: 20 - run: | npm ci git config --global user.email "test@example.com"