Skip to content

Commit

Permalink
meta: do not test on EOL versions of Node.js (#3786)
Browse files Browse the repository at this point in the history
  • Loading branch information
aduh95 committed May 30, 2022
1 parent 3be8564 commit 9d178a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Expand Up @@ -13,12 +13,10 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12.x, 14.x, 16.x, 17.x]
node-version: [14.x, 16.x, 18.x]
steps:
- name: Checkout sources
uses: actions/checkout@v3
- name: Install Corepack if needed
run: corepack -v || npm install -g corepack
- name: Get yarn cache directory path
id: yarn-cache-dir-path
run: echo "::set-output name=dir::$(corepack yarn config get cacheFolder)"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -25,7 +25,7 @@
"pre-commit": "lint:staged",
"license": "MIT",
"engines": {
"node": "^v14.17.0 || >=v16.0.0",
"node": "^16.15.0 || >=18.0.0",
"yarn": "3.2.1"
},
"packageManager": "yarn@3.2.1",
Expand Down

0 comments on commit 9d178a0

Please sign in to comment.