From 93539e6c3c2dca562fe2d145039987c8c194ae0e Mon Sep 17 00:00:00 2001 From: Christian Zosel Date: Fri, 8 Nov 2024 10:32:45 +0100 Subject: [PATCH] chore: revert pinning of node version (#723) the earlier change might have been enough to update the cache? --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 87d4fc71..1833366d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -10,7 +10,7 @@ on: env: CI: true - NODE_VERSION: 18.18.1 + NODE_VERSION: 18 jobs: lint: