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