mirror of
https://github.com/BluemediaGER/muse.git
synced 2024-11-12 21:05:29 +01:00
chore: update Lint & build
action to use nodejs 16
This is the first time I'm working with actions... I hope this works
This commit is contained in:
parent
8448feebb6
commit
eb8b783def
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
|
@ -8,6 +8,9 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- uses: actions/setup-node@v2
|
||||
with:
|
||||
node-version: '16'
|
||||
- name: Cache dependencies
|
||||
uses: actions/cache@v1
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue