diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2022-04-02 09:41:25 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-02 09:41:25 -0400 |
commit | 0629a2ddc8c28e34cf5e008226d9f44fde4782f1 (patch) | |
tree | 6fe444956081e5189f321b75c74f397f83dae4cd /.github | |
parent | 8a1dcbc9f584136f31e8f71e13590979ce9f1153 (diff) |
Update node version and dependencies (#2100)
* Update packages
* Update node version used in CI
* Update node packages again using node v16
* Update stylelint-config-recommended
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d928ffa1..c1c491f4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: - name: Setup node uses: actions/setup-node@v1 with: - node-version: '12.x' + node-version: '16.x' - name: Install dependencies run: npm ci - name: Lint |