From 0290617557c3a094b050ccc075c27d457a3a1529 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Dennis=20Nystr=C3=B6m?= <dennis.nystrom@gmail.com>
Date: Fri, 18 Oct 2024 15:35:02 +0200
Subject: [PATCH] Use Node 20 for Github Actions

---
 .github/workflows/npm-publish.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml
index f7fa8bb..cb52c72 100644
--- a/.github/workflows/npm-publish.yml
+++ b/.github/workflows/npm-publish.yml
@@ -11,7 +11,7 @@ jobs:
       - uses: actions/checkout@v3
       - uses: actions/setup-node@v3
         with:
-          node-version: 16
+          node-version: 20
       - run: npm ci
       - run: npm test
 
@@ -25,7 +25,7 @@ jobs:
       - uses: actions/checkout@v3
       - uses: actions/setup-node@v3
         with:
-          node-version: 16
+          node-version: 20
           registry-url: https://registry.npmjs.org
       - run: npm ci
       - run: npm publish