Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"es6": true
},
"parserOptions": {
"ecmaVersion": 2019
"ecmaVersion": 2023
},
"plugins": [
"@typescript-eslint",
Expand Down Expand Up @@ -85,7 +85,7 @@
"lib/*.js"
],
"parserOptions": {
"ecmaVersion": 2019,
"ecmaVersion": 2023,
"sourceType": "commonjs"
}
},
Expand Down
3 changes: 1 addition & 2 deletions .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,5 @@
registry-url: 'https://registry.npmjs.org'
- run: npm install -g npm@latest
shell: bash
# TODO(NODE-7058): use npm CI here once we have a package-lock.json again
- run: npm install --ignore-scripts
- run: npm ci
shell: bash

Check failure

Code scanning / CodeQL

Checkout of untrusted code in a privileged context Critical

Potential execution of untrusted code on a privileged workflow (
issue_comment
)
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
node-version: [16.x, 18.x, 20.x, 22.x]
node-version: ["20.19.0", 22.x]
runs-on: ${{matrix.os}}
steps:
- uses: actions/checkout@v4
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,3 @@ dist
coverage
.esm-wrapper.mjs
lib/
package-lock.json
Loading
Loading