Skip to content

Commit

Permalink
Merge pull request #5329 from FireLemons/update_node_version
Browse files Browse the repository at this point in the history
Bump node version
  • Loading branch information
FireLemons authored Nov 5, 2023
2 parents eb743a7 + 643658c commit 90a6afd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/yarn_lint_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
- '**/*.json'
- '**/*.jsx'
- 'yarn.lock'
- '.github/workflows/*.yml'
pull_request:
branches:
- main
Expand All @@ -17,6 +18,7 @@ on:
- '**/*.json'
- '**/*.jsx'
- 'yarn.lock'
- '.github/workflows/*.yml'

jobs:
yarn_lint:
Expand All @@ -28,7 +30,7 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version: lts/fermium
node-version: lts/gallium

- run: yarn
- run: yarn lint
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,6 @@
]
},
"engines": {
"node": ">=0.12"
"node": ">=16"
}
}

0 comments on commit 90a6afd

Please sign in to comment.