diff options
| author | Hellyson Rodrigo Parteka <[email protected]> | 2021-11-16 02:59:51 -0300 |
|---|---|---|
| committer | Hellyson Rodrigo Parteka <[email protected]> | 2021-11-16 02:59:51 -0300 |
| commit | eb8b783def15dae4cc01dc6d496f2c3d73e78277 (patch) | |
| tree | 83563b2e7ce844c4d03f2560e655ed7011dd8f63 /.github/workflows | |
| parent | 8448feebb6e8154ed0338989a0646be7918eb595 (diff) | |
| download | muse-eb8b783def15dae4cc01dc6d496f2c3d73e78277.tar.xz muse-eb8b783def15dae4cc01dc6d496f2c3d73e78277.zip | |
chore: update `Lint & build` action to use nodejs 16
This is the first time I'm working with actions... I hope this works
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/build.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9b0afbe..c4663dc 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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: |
