From b94631a1d910e6a868975e3643d39c7da1c96abd Mon Sep 17 00:00:00 2001 From: Pascal Martin Date: Mon, 5 Feb 2024 17:40:23 +1300 Subject: [PATCH] Update runtime to node20 --- .github/workflows/test.yml | 2 +- action.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index cb775155..469421a0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -15,7 +15,7 @@ jobs: - uses: actions/checkout@v3 - uses: mskelton/setup-yarn@v1 with: - node-version: 16.x + node-version: 20.x - name: Build and run tests run: | diff --git a/action.yml b/action.yml index 00224392..527dd05a 100644 --- a/action.yml +++ b/action.yml @@ -41,5 +41,5 @@ inputs: description: If included, will fail if coverage drops more than the given percentage required: false runs: - using: node16 + using: node20 main: dist/main.js