diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index e53d588..a2b8528 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -20,7 +20,7 @@ jobs: uses: actions/setup-node@v4.0.3 with: cache: npm - node-version: 16 + node-version: 20 - name: Install dependencies run: npm install diff --git a/.github/workflows/typescript.yml b/.github/workflows/typescript.yml index f79791c..8ee6451 100644 --- a/.github/workflows/typescript.yml +++ b/.github/workflows/typescript.yml @@ -49,7 +49,7 @@ jobs: uses: actions/setup-node@v4.0.3 with: cache: npm - node-version: 16 + node-version: 20 - name: Install dependencies run: npm install @@ -72,7 +72,7 @@ jobs: uses: actions/setup-node@v4.0.3 with: cache: npm - node-version: 16 + node-version: 20 - name: Install dependencies run: npm install @@ -95,7 +95,7 @@ jobs: uses: actions/setup-node@v4.0.3 with: cache: npm - node-version: 16 + node-version: 20 - name: Install dependencies run: npm install diff --git a/action.yml b/action.yml index 529e233..871000d 100644 --- a/action.yml +++ b/action.yml @@ -13,5 +13,5 @@ inputs: default: "latest" runs: - using: "node16" + using: "node20" main: "dist/index.js"