diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ef331eb..89b65f2 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -17,10 +17,10 @@ jobs: - name: Checkout uses: actions/checkout@v3 - - name: Set Node.js 10.x + - name: Set Node.js 16.x uses: actions/setup-node@v3 with: - node-version: 10.x + node-version: 16.x - name: npm install run: npm install diff --git a/action.yml b/action.yml index 707525d..11e2b41 100644 --- a/action.yml +++ b/action.yml @@ -10,7 +10,7 @@ inputs: required: false default: ${{ github.token }} runs: - using: "node12" + using: "node16" main: "dist/index.js" branding: icon: "box"