diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3e82b459..1d93dd06 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,12 +10,8 @@ jobs: steps: - name: Checkout Repo - uses: actions/checkout@v2 - - - name: Use Node.js 16 - uses: actions/setup-node@v1 - with: - node-version: 16.x + uses: actions/checkout@v3 + uses: actions/setup-node@v3 - name: Install Dependencies run: yarn --frozen-lockfile diff --git a/.github/workflows/version-or-publish.yml b/.github/workflows/version-or-publish.yml index ee3662a1..98a6e2f7 100644 --- a/.github/workflows/version-or-publish.yml +++ b/.github/workflows/version-or-publish.yml @@ -12,12 +12,8 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Repo - uses: actions/checkout@v2 - - - name: Use Node.js 16 - uses: actions/setup-node@v1 - with: - node-version: 16.x + uses: actions/checkout@v3 + uses: actions/setup-node@v3 - name: Install Dependencies run: yarn --frozen-lockfile diff --git a/action.yml b/action.yml index 36dfeafb..985bb2e3 100644 --- a/action.yml +++ b/action.yml @@ -1,7 +1,6 @@ name: Changesets description: A GitHub action to automate releases with Changesets runs: - using: "node16" main: "dist/index.js" inputs: publish: