Skip to content

Commit

Permalink
remove node 12 from ci
Browse files Browse the repository at this point in the history
  • Loading branch information
clement-berard committed Aug 25, 2023
1 parent 347d1d7 commit 4f797e4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

strategy:
matrix:
node-version: [12.x, 14.x, 16.x]
node-version: [16.x, 18.x, 20.x]

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v2
with:
node-version: 14
node-version: 18
cache: 'yarn'
- run: git config user.email "-" && git config user.name "🤖 Release Bot"
- run: echo //registry.npmjs.org/:_authToken=${NPM_TOKEN} > .npmrc
Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,8 @@
"*.{js,json,md,yml}": [
"prettier --write --ignore-unknown"
]
},
"engines": {
"node": ">=16"
}
}

0 comments on commit 4f797e4

Please sign in to comment.