From 77e64515da3c47ed97cb084daa5518498e0340b6 Mon Sep 17 00:00:00 2001 From: Keith Cirkel Date: Tue, 3 Dec 2024 08:40:12 +0000 Subject: [PATCH] Update publish.yml node version --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index c1b229d..083f079 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -11,7 +11,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: 14 + node-version: 22 registry-url: https://registry.npmjs.org/ cache: npm - run: npm ci