From 8e3c33b26a71e9688a9cdfdd90ea5c7df46d3895 Mon Sep 17 00:00:00 2001 From: StevenWdV Date: Sat, 27 Jan 2024 00:22:21 +0100 Subject: [PATCH] Use Node.js v20 --- .github/workflows/build-test.yml | 2 +- action.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index fdd5800..2199233 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -11,7 +11,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: 16 + node-version: 20 - run: npm ci - name: Build run: npm run build diff --git a/action.yml b/action.yml index c35c20d..aa4cec6 100644 --- a/action.yml +++ b/action.yml @@ -60,7 +60,7 @@ outputs: description: Path to fasm g packages directory, if downloaded; see fasmg-download-packages input runs: - using: node16 + using: node20 main: dist/setup.js branding: