From a6065d3465d35c3a5f181608e999974d666dd2ea Mon Sep 17 00:00:00 2001 From: Justin van der Merwe Date: Wed, 10 Jul 2024 21:52:36 +0200 Subject: [PATCH] actions/setup-node@4 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3ce0c61..6c3e14f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: - uses: actions/checkout@v3 # It doesn't have Node.js either; we have to set it up before we can do Node.js things. - - uses: actions/setup-node@v3 + - uses: actions/setup-node@4 with: node-version: 16 corepack: true