diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index e4264b9..18d7692 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -22,7 +22,7 @@ jobs: - name: Set Node.JS uses: actions/setup-node@master with: - node-version: 12.x + node-version: 16 - name: npm install run: npm install diff --git a/action.yml b/action.yml index 89e9d57..dca56f0 100644 --- a/action.yml +++ b/action.yml @@ -9,8 +9,8 @@ inputs: description: 'Enable caching' required: false runs: - using: 'node12' + using: 'node16' main: 'dist/index.js' branding: icon: 'package' - color: 'yellow' \ No newline at end of file + color: 'yellow'