Skip to content

Commit

Permalink
Merge pull request #70 from greatislander/chore/dependency-updates
Browse files Browse the repository at this point in the history
chore: dependency updates Q3 2024
  • Loading branch information
jobara authored Sep 5, 2024
2 parents 6565d5e + 24d5cae commit 5048a0b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: CI

on:
push:
branches: [ main ]
branches: [main]
pull_request:
branches: [ main ]
branches: [main]
workflow_dispatch:

jobs:
Expand All @@ -13,19 +13,19 @@ jobs:

strategy:
matrix:
node-version: [18.x, 20.x]
node-version: [18.x, 20.x, 22.x]

env:
HEADLESS: true

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Configure default git branch
run: git config --global init.defaultBranch main

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}

Expand All @@ -37,7 +37,7 @@ jobs:

- name: Archive Code Coverage Report
continue-on-error: true
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: Code Coverage Report
path: reports/
Expand Down
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,11 @@
"homepage": "https://github.com/fluid-project/fluid-lint-all",
"dependencies": {
"@prantlf/jsonlint": "11.7.0",
"@stylistic/eslint-plugin-js": "2.7.2",
"@textlint/markdown-to-ast": "13.3.1",
"eslint": "8.53.0",
"eslint-config-fluid": "2.1.1-dev.20231104T144458Z.5488e1c.GH-17",
"eslint-plugin-jsdoc": "40.0.1",
"eslint": "8.57.0",
"eslint-config-fluid": "2.1.3",
"eslint-plugin-jsdoc": "50.2.2",
"eslint-plugin-markdown": "1.0.2",
"fluid-glob": "1.0.7",
"infusion": "4.6.0",
Expand Down

0 comments on commit 5048a0b

Please sign in to comment.