Skip to content

Commit

Permalink
Removed Node 16.x from github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
summersjc committed Oct 25, 2023
1 parent 7bb512d commit 4c15025
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr-guide.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
name: Build guide
strategy:
matrix:
node-version: [16.x, 18.x, 20.x]
node-version: [18.x, 20.x]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ jobs:
strategy:
matrix:
wasm-dirctory: [config-wasm, hdr-histogram-wasm]
node-version: [16.x, 18.x, 20.x]
node-version: [18.x, 20.x]
runs-on: ubuntu-latest
env:
WASM_FILE: ${{ matrix.wasm-dirctory }}_bg.wasm
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-guide.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Add Node.js toolchain
uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: 18.x

- name: Build Results Viewer and Book
run: |
Expand Down
2 changes: 1 addition & 1 deletion common/.github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
name: Build project
strategy:
matrix:
node-version: [16.x, 18.x, 20.x]
node-version: [18.x, 20.x]
runs-on: ubuntu-latest
# env:
# USE_XVFB: true
Expand Down

0 comments on commit 4c15025

Please sign in to comment.