summary refs log tree commit diff
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/build.yml3
-rw-r--r--.github/workflows/style.yml2
2 files changed, 2 insertions, 3 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml

index d5ce87e2..ee3b1ef1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml
@@ -8,12 +8,11 @@ on: jobs: build: - runs-on: ubuntu-latest strategy: matrix: - node-version: [18.x] + node-version: [20.x] # See supported Node.js release schedule at https://nodejs.org/en/about/releases/ steps: diff --git a/.github/workflows/style.yml b/.github/workflows/style.yml
index 8b18f6e6..bdb89750 100644 --- a/.github/workflows/style.yml +++ b/.github/workflows/style.yml
@@ -13,7 +13,7 @@ jobs: strategy: matrix: - node-version: [18.x] + node-version: [20.x] # See supported Node.js release schedule at https://nodejs.org/en/about/releases/ steps: