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
|
||||
container: alpine:3.18
|
||||
steps:
|
||||
- name: Setup NodeJS
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 18
|
||||
|
||||
- name: Checkout 🛎️
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue