Skip to content

Commit cb90925

Browse files
committed
Merge branch 'main' into feature/eslint-v9.37.0
2 parents c4f4e1f + 36b77a1 commit cb90925

4 files changed

Lines changed: 14 additions & 13 deletions

File tree

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ jobs:
1111
name: Lint (node.js 20 on ubuntu-latest)
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v4.1.6
14+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
1515
- name: Use node.js 20
16-
uses: actions/setup-node@v4.0.2
16+
uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
1717
with:
1818
node-version: 20
1919
- name: Install npm@v10

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ jobs:
1111
name: Test (node.js 20 on ubuntu-latest)
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v4.1.6
14+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
1515
- name: Use node.js 20
16-
uses: actions/setup-node@v4.0.2
16+
uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
1717
with:
1818
node-version: 20
1919
- name: Install npm@v10

package-lock.json

Lines changed: 9 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/eslint-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@
3030
"eslint": ">= 9.4.0"
3131
},
3232
"dependencies": {
33-
"globals": "^15.8.0"
33+
"globals": "^16.4.0"
3434
}
3535
}

0 commit comments

Comments
 (0)