Skip to content

Commit

Permalink
Drop Node 12 support
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmicky committed May 7, 2022
1 parent f6e6d53 commit 3a6d839
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/workflow.yml
Expand Up @@ -17,7 +17,7 @@ jobs:
node: [16]
include:
- os: ubuntu-latest
node: 12.20.0
node: 14.18.0
fail-fast: false
runs-on: ${{ matrix.os }}
# We do not use @actions/cache because restoring/saving cache currently
Expand All @@ -35,7 +35,7 @@ jobs:
# installation
- name: Install latest npm
run: npm install -g npm
if: "${{ matrix.node == '12.20.0' }}"
if: "${{ matrix.node == '14.18.0' }}"
- name: Install dependencies
run: npm ci
- name: Linting
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -41,6 +41,6 @@
"@ehmicky/dev-tasks": "^1.0.70"
},
"engines": {
"node": ">=12.20.0"
"node": ">=14.18.0"
}
}

0 comments on commit 3a6d839

Please sign in to comment.