Skip to content

Commit

Permalink
feat(actions): Switching to node:lts container image for testing.
Browse files Browse the repository at this point in the history
  • Loading branch information
himerus committed Feb 15, 2024
1 parent 38ae743 commit ea2fe53
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
name: Install & Lint Codebase
runs-on: ubuntu-latest
container:
image: ubuntu:latest
image: node:lts
# The steps for the setup job.
steps:
# @see https://github.com/marketplace/actions/checkout
Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:
name: Build Outline Codebase
runs-on: ubuntu-latest
container:
image: ubuntu:latest
image: node:lts
needs: ['setup']
# The steps for the setup job.
steps:
Expand Down Expand Up @@ -119,7 +119,7 @@ jobs:
if: github.ref == 'refs/heads/next'
runs-on: ubuntu-latest
container:
image: ubuntu:latest
image: node:lts
needs: ['setup', 'build_outline']

# The steps for the setup job.
Expand Down

0 comments on commit ea2fe53

Please sign in to comment.