From 6d3992811ab0ea5ce84e50ff74428481c8159b62 Mon Sep 17 00:00:00 2001 From: Antoine du Hamel Date: Fri, 6 Oct 2023 11:23:38 +0100 Subject: [PATCH] chore(ci): update the version of Node.js used to update Nock files (#311) --- .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