summary refs log tree commit diff
path: root/.github/workflows
diff options
context:
space:
mode:
authorEmma [it/its]@Rory& <root@rory.gay>2024-11-17 20:58:31 +0100
committerEmma [it/its]@Rory& <root@rory.gay>2024-11-17 20:58:31 +0100
commit2e333e1b87fe333c557c44e072307110dabf8fd2 (patch)
tree5824cd307b107ca467ca3a86a2b182ba85c5df0b /.github/workflows
parentbuild(deps): update npm dependencies hash [dependabot skip] (diff)
downloadserver-ts-2e333e1b87fe333c557c44e072307110dabf8fd2.tar.xz
GHA updates
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: