Skip to content

Commit 4b3e0ce

Browse files
authored
Bump node and change owners (#14)
1 parent dff2f37 commit 4b3e0ce

File tree

5 files changed

+5
-7
lines changed

5 files changed

+5
-7
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
* @paulomfj @digitaljohn
1+
* @balraj-johal @JPedersen

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111

1212
strategy:
1313
matrix:
14-
node-version: [12.x, 14.x, 16.x]
14+
node-version: [18.x, 20.x, 22.x]
1515

1616
steps:
1717
- uses: actions/checkout@v1

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010

1111
strategy:
1212
matrix:
13-
node-version: [12.x, 14.x, 16.x]
13+
node-version: [18.x, 20.x, 22.x]
1414

1515
steps:
1616
- uses: actions/checkout@v1
@@ -36,7 +36,7 @@ jobs:
3636
- uses: actions/checkout@v2
3737
- uses: actions/setup-node@v1
3838
with:
39-
node-version: 16
39+
node-version: 22
4040
registry-url: https://registry.npmjs.org/
4141
- run: npm ci
4242
- run: npm publish --access=public

CONTRIBUTING.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,3 @@ In effect this means:
4444
history of the master branch and explain all the changes.
4545
- You ought to be able to find any previous version easily using GitHub tabs, or
4646
[Releases](https://github.com/phantomstudios/use-animation-frame/releases)
47-
48-
Thanks, John Chipps-Harding

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"fix:format": "prettier \"**/*.{md,html,yaml,yml}\" --write",
3636
"depcheck": "npx npm-check --update"
3737
},
38-
"author": "Paulo Ferreira Jorge ([email protected])",
38+
"author": "Josua Pedersen ([email protected])",
3939
"license": "MIT",
4040
"peerDependencies": {
4141
"react": ">=16.8.0"

0 commit comments

Comments
 (0)