Update action to node20

This commit is contained in:
Tatyana Kostromskaya
2023-11-16 16:13:23 +00:00
parent 5d45e10560
commit d91a3027e6
3 changed files with 9 additions and 21910 deletions

View File

@@ -19,7 +19,7 @@ jobs:
- name: Install Node
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 20
- name: Install NPM dependencies
run: npm ci --ignore-scripts

View File

@@ -18,5 +18,5 @@ inputs:
description: 'Build target to detect build dependencies. If unspecified, will use "all", with will detect all dependencies used in all build targets (including tests and tools).'
default: 'all'
runs:
using: 'node16'
using: 'node20'
main: 'dist/index.js'

21915
dist/index.js generated vendored

File diff suppressed because one or more lines are too long