Browse Source

Merge branch 'main' into v4

alvarosabu 1 year ago
parent
commit
1ad7b8bcd1
2 changed files with 2 additions and 2 deletions
  1. 1 1
      .github/workflows/lint.yml
  2. 1 1
      .github/workflows/test.yml

+ 1 - 1
.github/workflows/lint.yml

@@ -11,7 +11,7 @@ jobs:
     runs-on: ubuntu-22.04
     strategy:
       matrix:
-        node-version: [16]
+        node-version: [18]
     steps:
       - name: Checkout
         uses: actions/checkout@v4

+ 1 - 1
.github/workflows/test.yml

@@ -11,7 +11,7 @@ jobs:
     runs-on: ubuntu-22.04
     strategy:
       matrix:
-        node-version: [16]
+        node-version: [18]
     steps:
       - name: Checkout
         uses: actions/checkout@v4