diff --git a/.changeset/big-trainers-bake.md b/.changeset/big-trainers-bake.md new file mode 100644 index 00000000..058d6659 --- /dev/null +++ b/.changeset/big-trainers-bake.md @@ -0,0 +1,5 @@ +--- +"eslint-plugin-es-roikoren": patch +--- + +chore(deps): update actions/setup-node action to v2 diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f5809768..215077df 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: - name: Checkout uses: actions/checkout@v2 - name: Install Node.js - uses: actions/setup-node@v1 + uses: actions/setup-node@v2 with: node-version: 16 - name: Install Packages @@ -49,7 +49,7 @@ jobs: - name: Checkout uses: actions/checkout@v2 - name: Install Node.js ${{ matrix.node }} - uses: actions/setup-node@v1 + uses: actions/setup-node@v2 with: node-version: ${{ matrix.node }} - name: Install Packages