diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 270ca2b..e71373e 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -25,7 +25,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: "16" + node-version: "20" cache: "npm" cache-dependency-path: package-lock.json - run: npm ci --prefer-offline --no-audit --progress=false diff --git a/action.yml b/action.yml index 1347ef4..582d9df 100644 --- a/action.yml +++ b/action.yml @@ -60,5 +60,5 @@ outputs: stack-root: description: 'The path to the stack root (equal to the STACK_ROOT environment variable if it is set; otherwise an OS-specific default)' runs: - using: 'node16' + using: 'node20' main: 'dist/index.js'