Update action from runs-on ubuntu-latest to runs-on docker
All checks were successful
Node.js CI / build (push) Successful in 1m8s

This commit is contained in:
Nicholas Phillips 2024-08-02 10:28:21 -04:00
parent 81b336ff1a
commit 9746b843e2

View file

@ -10,7 +10,7 @@ on:
jobs:
build:
runs-on: ubuntu-latest
runs-on: docker
steps:
- name: Checkout repository