diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 9443220..61b038a 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -9,7 +9,7 @@ Follow the installation instructions here:
https://nodejs.dev/download -Node.js 16.x is used for development of this project. [nvm](https://github.com/nvm-sh/nvm) is recommended to easily switch between Node.js versions. +Node.js 20.x is used for development of this project. [nvm](https://github.com/nvm-sh/nvm) is recommended to easily switch between Node.js versions. ### 2. Install dependencies diff --git a/.github/workflows/check-npm.yml b/.github/workflows/check-npm.yml index acb11af..bfe0843 100644 --- a/.github/workflows/check-npm.yml +++ b/.github/workflows/check-npm.yml @@ -2,7 +2,7 @@ name: Check npm env: # See: https://github.com/actions/setup-node/#readme - NODE_VERSION: 16.x + NODE_VERSION: 20.x # See: https://docs.github.com/en/actions/reference/events-that-trigger-workflows on: diff --git a/.github/workflows/check-packaging-ncc-typescript-npm.yml b/.github/workflows/check-packaging-ncc-typescript-npm.yml index 3c0cb30..40f012b 100644 --- a/.github/workflows/check-packaging-ncc-typescript-npm.yml +++ b/.github/workflows/check-packaging-ncc-typescript-npm.yml @@ -2,7 +2,7 @@ name: Check Packaging env: # See: https://github.com/actions/setup-node/#readme - NODE_VERSION: 16.x + NODE_VERSION: 20.x on: push: diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index fd3ed4c..18cb360 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -2,7 +2,7 @@ name: Test Action env: # See: https://github.com/actions/setup-node/#readme - NODE_VERSION: 16.x + NODE_VERSION: 20.x on: push: diff --git a/action.yml b/action.yml index 286064e..29402d7 100644 --- a/action.yml +++ b/action.yml @@ -40,7 +40,7 @@ inputs: required: false default: ${{ github.token }} runs: - using: "node16" + using: "node20" main: "dist/index.js" branding: icon: "check-square"