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"