1
1
mirror of https://github.com/theoludwig/eslint-config-conventions.git synced 2025-05-18 12:02:33 +02:00

build(deps): update latest

BREAKING CHANGE: peerDependencies: `eslint-plugin-unicorn@^46.0.0`
This commit is contained in:
Divlo
2023-04-02 20:53:26 +02:00
parent 1779517f5c
commit 08602b1c53
6 changed files with 2036 additions and 1390 deletions

View File

@ -8,13 +8,13 @@ jobs:
release:
runs-on: 'ubuntu-latest'
steps:
- uses: 'actions/checkout@v3.0.0'
- uses: 'actions/checkout@v3.5.0'
with:
fetch-depth: 0
persist-credentials: false
- name: 'Use Node.js'
uses: 'actions/setup-node@v3.1.0'
uses: 'actions/setup-node@v3.6.0'
with:
node-version: 'lts/*'
cache: 'npm'