diff --git a/.forgejo/workflows/yamllint.yml b/.forgejo/workflows/yamllint.yml index 634ecb8..689c000 100644 --- a/.forgejo/workflows/yamllint.yml +++ b/.forgejo/workflows/yamllint.yml @@ -15,8 +15,6 @@ jobs: uses: actions/checkout@v4 - name: Set up Node.js uses: actions/setup-node@v4 - with: - node-version: 18 - name: Set up Python 3.8 run: python3 --version - name: Install yamllint @@ -38,8 +36,6 @@ jobs: uses: actions/checkout@v4 - name: Set up Node.js uses: actions/setup-node@v4 - with: - node-version: 18 - name: Set up Python 3.9 run: python3 --version - name: Install yamllint @@ -61,8 +57,6 @@ jobs: uses: actions/checkout@v4 - name: Set up Node.js uses: actions/setup-node@v4 - with: - node-version: 18 - name: Set up Python 3.10 run: python3 --version - name: Install yamllint