From 7c6c618f5e910e4449b95c9ff6b1ed37d805774f Mon Sep 17 00:00:00 2001 From: Andy Lo-A-Foe Date: Fri, 17 Jan 2025 11:54:42 +0100 Subject: [PATCH] Support node 20 going forward --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6cce87a..7b75bd0 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node: [ '20', '18' ] + node: [ '20' ] steps: - uses: actions/checkout@v1 - uses: actions/setup-node@v1