mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-18 22:32:32 +02:00
add node.js install step to setup
job
This commit is contained in:
parent
2409627fdd
commit
468dc3cbec
4
.github/workflows/tests.yml
vendored
4
.github/workflows/tests.yml
vendored
@ -27,6 +27,10 @@ jobs:
|
|||||||
- name: Checkout Git repository
|
- name: Checkout Git repository
|
||||||
id: checkout
|
id: checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
- name: Set up Node.js
|
||||||
|
uses: actions/setup-node@v4
|
||||||
|
with:
|
||||||
|
node-version: ${{ env.NODE_VERSION }}
|
||||||
- name: Cache Node modules
|
- name: Cache Node modules
|
||||||
id: cache
|
id: cache
|
||||||
uses: actions/cache@v3
|
uses: actions/cache@v3
|
||||||
|
Loading…
Reference in New Issue
Block a user