Skip to content

Commit

Permalink
Update deps (#78)
Browse files Browse the repository at this point in the history
* Update deps

* Regen

* Update engine
  • Loading branch information
vladikoff committed Mar 15, 2023
1 parent 47c8bef commit beb2b27
Show file tree
Hide file tree
Showing 4 changed files with 248 additions and 228 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test.yml
@@ -1,6 +1,6 @@
name: Tests

on: [push, pull_request]
on: [push, pull_request, workflow_dispatch]

env:
FORCE_COLOR: 2
Expand All @@ -13,12 +13,14 @@ jobs:
strategy:
fail-fast: false
matrix:
node: [12, 14, 16, 18]
node: [14, 16, 18]
os: [ubuntu-latest, windows-latest]

steps:
- name: Clone repository
uses: actions/checkout@v3
with:
persist-credentials: false

- name: Set up Node.js
uses: actions/setup-node@v3
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -146,4 +146,4 @@ grunt.initConfig({

Task submitted by ["Cowboy" Ben Alman](http://benalman.com)

*This file was generated on Tue May 24 2022 14:26:57.*
*This is a generated file.*

0 comments on commit beb2b27

Please sign in to comment.