From b8d75ae9a77f2997bee04de8b48f9d54791019d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nuno=20Carvalh=C3=A3o?= Date: Sun, 27 Aug 2023 21:42:37 +0100 Subject: [PATCH] chore: bump node version --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 1e4fca8..5c8c65f 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -9,7 +9,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v2 with: - node-version: 14 + node-version: 16 - run: npm install - env: MAILGUN_DOMAIN: ${{ secrets.MAILGUN_DOMAIN }}