chore: Bump node to v18

This commit is contained in:
Sidharth Vinod
2022-10-10 20:13:50 +08:00
parent 1fea43e125
commit 1570eb7b73
8 changed files with 8 additions and 8 deletions

View File

@@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x]
node-version: [18.x]
steps:
- uses: actions/checkout@v3