From 5d75c964d1aa77bc981fcb508dc1dca492fa0ef3 Mon Sep 17 00:00:00 2001 From: David Hewitt Date: Sun, 8 Oct 2023 10:18:32 +0100 Subject: [PATCH] feat: switch to Node 20.x runtime (#35) --- .github/workflows/ci.yml | 6 +++--- action.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8d5d348..64f30f1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v3 with: - node-version: 16.x + node-version: 20.x - name: Install run: npm ci @@ -41,7 +41,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v3 with: - node-version: 16.x + node-version: 20.x - name: Install run: npm ci @@ -60,7 +60,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v3 with: - node-version: 16.x + node-version: 20.x - name: Install run: npm ci diff --git a/action.yml b/action.yml index 6c7632e..9eac8dc 100644 --- a/action.yml +++ b/action.yml @@ -10,7 +10,7 @@ branding: color: green runs: - using: node16 + using: node20 main: dist/index.js inputs: