Skip to content

Commit

Permalink
feat: bump node to >=16
Browse files Browse the repository at this point in the history
  • Loading branch information
piotr-roslaniec committed Dec 7, 2022
1 parent 10c51c7 commit bbde47f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node: ['12.x']
node: ['16.x']
os: [ubuntu-latest]

steps:
Expand Down Expand Up @@ -37,7 +37,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node: ['12.x']
node: ['16.x']
os: [ubuntu-latest]
example:
[
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"typings": "build/main/src/index.d.ts",
"module": "build/module/src/index.js",
"engines": {
"node": ">=12"
"node": ">=16"
},
"exports": {
".": {
Expand Down

0 comments on commit bbde47f

Please sign in to comment.