Skip to content

Commit

Permalink
test: move Ubuntu back down to 22.04, bump Node to v20
Browse files Browse the repository at this point in the history
  • Loading branch information
scissorsneedfoodtoo committed Dec 15, 2024
1 parent 2421812 commit 541f7c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-eng.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ on:
jobs:
build:
name: Build
runs-on: ubuntu-24.04
runs-on: ubuntu-22.04

strategy:
fail-fast: false
matrix:
node-version: [18.x]
node-version: [20.x]
languages: [english]
site_tlds: [org]

Expand Down

0 comments on commit 541f7c9

Please sign in to comment.