Skip to content
This repository has been archived by the owner on Nov 18, 2024. It is now read-only.

Action failing for node > 16 #84

Open
iamarpitpatidar opened this issue Mar 31, 2024 · 0 comments
Open

Action failing for node > 16 #84

iamarpitpatidar opened this issue Mar 31, 2024 · 0 comments

Comments

@iamarpitpatidar
Copy link

since its using node 16 my actions are failing, please suggest a way to fix this as even setup-node isn't working
action config used

name: Lint Report
on: 
  push:
    branches: [main]
  pull_request:
    branches: [main]

jobs:
  eslint:
    name: Lint Report
    runs-on: ubuntu-latest
    
    steps:
    - name: Check out Git repository
      uses: actions/checkout@v4

    - name: Generate Lint Report
      uses: Maggi64/eslint-plus-action@master
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant