Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Jul 3, 2024
1 parent 36be855 commit 51d7b09
Show file tree
Hide file tree
Showing 6 changed files with 7,587 additions and 1,568 deletions.
3 changes: 2 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
* text=auto
# Enforce Unix newlines
* text=auto eol=lf
16 changes: 12 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
name: Tests

on: [push, pull_request]
on:
push:
branches:
- "**"
- "!dependabot/**"
pull_request:
workflow_dispatch:

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

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

- name: Set up Node.js
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node }}

Expand Down
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
lockfile-version=2
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -267,4 +267,4 @@ pug: {

Task submitted by [Eric Woroshow](http://ericw.ca/)

*This file was generated on Tue Apr 12 2022 08:42:31.*
*This is a generated file.*
Loading

0 comments on commit 51d7b09

Please sign in to comment.