diff --git a/.github/workflows/check-dist.yml b/.github/workflows/check-dist.yml index a915576..65a81ec 100644 --- a/.github/workflows/check-dist.yml +++ b/.github/workflows/check-dist.yml @@ -29,11 +29,11 @@ jobs: steps: - uses: actions/checkout@v4 - - name: Set Node.js 16.x + - name: Set Node.js uses: actions/setup-node@v4 with: - node-version: '16' + node-version: '20' cache: 'npm' - name: Install dependencies diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1614eb1..7bf54f4 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -22,7 +22,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v4 with: - node-version: '16' + node-version: '20' cache: 'npm' - name: Install dependencies diff --git a/action.yml b/action.yml index b9441d8..b1dd672 100644 --- a/action.yml +++ b/action.yml @@ -24,7 +24,7 @@ inputs: # For environment variables see - https://github.com/neonidian/teams-notify-build-status#environment-variables runs: - using: 'node16' + using: 'node20' main: 'dist/index.js' branding: