Skip to content

Commit

Permalink
ci: Added Node 22 to CI (#204)
Browse files Browse the repository at this point in the history
  • Loading branch information
bizob2828 authored Jun 28, 2024
1 parent 0db82d8 commit e24fdbc
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 11,761 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- name: Install Dependencies
run: npm ci
run: npm install
- name: Run Linting
run: npm run lint
- name: Inspect Lockfile
Expand All @@ -28,7 +28,7 @@ jobs:

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

steps:
- uses: actions/checkout@v3
Expand All @@ -37,7 +37,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- name: Install Dependencies
run: npm ci
run: npm install
- name: Run Unit Tests
run: npm run unit
- name: Post Unit Test Coverage
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ build/Release
# Dependency directory
# https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git
node_modules
package-lock.json

# VS Code settings
.vscode
Expand Down
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
package-lock=false
2 changes: 1 addition & 1 deletion THIRD_PARTY_NOTICES.md
Original file line number Diff line number Diff line change
Expand Up @@ -1696,7 +1696,7 @@ This product includes source derived from [lockfile-lint](https://github.com/lir

### newrelic

This product includes source derived from [newrelic](https://github.com/newrelic/node-newrelic) ([v11.16.0](https://github.com/newrelic/node-newrelic/tree/v11.16.0)), distributed under the [Apache-2.0 License](https://github.com/newrelic/node-newrelic/blob/v11.16.0/LICENSE):
This product includes source derived from [newrelic](https://github.com/newrelic/node-newrelic) ([v11.22.0](https://github.com/newrelic/node-newrelic/tree/v11.22.0)), distributed under the [Apache-2.0 License](https://github.com/newrelic/node-newrelic/blob/v11.22.0/LICENSE):

```
Apache License
Expand Down
Loading

0 comments on commit e24fdbc

Please sign in to comment.