Skip to content

Commit

Permalink
bump linter to node 16
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas <tomap@users.noreply.github.com>
  • Loading branch information
tomap committed Apr 8, 2024
1 parent d9e4cf7 commit d298a27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js 14.x
- name: Use Node.js 16.x
uses: actions/setup-node@v4
with:
node-version: '14.x'
node-version: '16.x'
- name: Cache NPM dependencies
uses: actions/cache@v4
with:
Expand Down

0 comments on commit d298a27

Please sign in to comment.