Skip to content

Commit

Permalink
Meta updates and regenerate package-lock.json
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Jul 6, 2024
1 parent 5779cca commit a241e61
Show file tree
Hide file tree
Showing 5 changed files with 672 additions and 659 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
7 changes: 4 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,19 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest]
node: [16, 18, 20]
node: [16, 18, 20, 22]

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

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

- name: Install npm dependencies
run: npm ci
Expand Down
6 changes: 3 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
node_modules
npm-debug.log
tmp
/node_modules/
/tmp/
/npm-debug.log
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
lockfile-version=2
Loading

0 comments on commit a241e61

Please sign in to comment.