From 52ca40c0433a98ffdbd9c493e3abca6f8f2adae4 Mon Sep 17 00:00:00 2001 From: Antoine du Hamel Date: Fri, 6 Oct 2023 11:40:38 +0200 Subject: [PATCH] chore(ci): update the version of Node.js used to update Nock files --- .github/workflows/update-nock-files.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-nock-files.yml b/.github/workflows/update-nock-files.yml index aa154f1cf..4e0c14551 100644 --- a/.github/workflows/update-nock-files.yml +++ b/.github/workflows/update-nock-files.yml @@ -25,7 +25,7 @@ jobs: with: # Let's use the oldest version supported to be sure the V8 # serialization is compatible with all supported versions. - node-version: 16.x + node-version: 18.x - name: Get the Yarn cache directory path id: yarn-cache-dir-path