Setup node
Some checks failed
Build and Deploy / build-and-deploy (push) Failing after 6s
Run Tests / test (push) Successful in 1m57s

This commit is contained in:
thepaperpilot 2023-11-05 09:13:56 -06:00
parent 005bf5da9a
commit aabb0a1bba

View file

@ -10,6 +10,11 @@ jobs:
runs-on: docker runs-on: docker
container: alpine:3.18 container: alpine:3.18
steps: steps:
- name: Setup NodeJS
uses: actions/setup-node@v3
with:
node-version: 18
- name: Checkout 🛎️ - name: Checkout 🛎️
uses: actions/checkout@v2 uses: actions/checkout@v2
with: with: