mirror of
https://github.com/plausible/analytics.git
synced 2024-11-22 18:52:38 +03:00
Fix node Github action
This commit is contained in:
parent
2e6f13ba67
commit
319abf082f
2
.github/workflows/node.yml
vendored
2
.github/workflows/node.yml
vendored
@ -17,7 +17,7 @@ jobs:
|
||||
uses: marocchino/tool-versions-action@v1
|
||||
id: versions
|
||||
- name: Set up Node
|
||||
- uses: actions/setup-node@v2
|
||||
uses: actions/setup-node@v2
|
||||
with:
|
||||
node-version: ${{steps.versions.outputs.nodejs}}
|
||||
- run: npm install
|
||||
|
Loading…
Reference in New Issue
Block a user