forked from profectus/Profectus
Setup node
This commit is contained in:
parent
005bf5da9a
commit
aabb0a1bba
1 changed files with 5 additions and 0 deletions
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue