Skip to content

Commit 4260eaa

Browse files
committed
build with Node 22
1 parent 0df0b77 commit 4260eaa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v2
13-
- uses: actions/setup-node@v1
13+
- uses: actions/setup-node@v2
1414
with:
15-
node-version: 16
15+
node-version: 22
1616
registry-url: https://npm.pkg.github.com/
1717
scope: '@networkninja'
1818
- run: |

0 commit comments

Comments
 (0)