Skip to content

Commit

Permalink
build(ci): use Node.js 16, rebuilt lockfile
Browse files Browse the repository at this point in the history
  • Loading branch information
timbru31 committed Feb 19, 2023
1 parent 9a33188 commit fd54502
Show file tree
Hide file tree
Showing 7 changed files with 5,413 additions and 345 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

- uses: actions/setup-node@v3
with:
node-version: '16.x'
node-version: 16

- name: Environment Information
run: |
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/npm-audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,6 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
- run: npm audit
2 changes: 1 addition & 1 deletion .github/workflows/smoke-test-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

- uses: actions/setup-node@v3
with:
node-version: '14.x'
node-version: 16

- name: set up JDK 11
uses: actions/setup-java@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/smoke-test-ubuntu-ionic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

- uses: actions/setup-node@v3
with:
node-version: '14.x'
node-version: 16

- name: Environment Information
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/smoke-test-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

- uses: actions/setup-node@v3
with:
node-version: '14.x'
node-version: 16

- name: Environment Information
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/smoke-test-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

- uses: actions/setup-node@v3
with:
node-version: '12.x'
node-version: 16

- name: Environment Information
run: |
Expand Down

0 comments on commit fd54502

Please sign in to comment.