Skip to content

Commit

Permalink
Update node versions in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
vikaspotluri123 authored and daniellockyer committed Mar 19, 2024
1 parent 526d080 commit b85c3cf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-test.yml
Expand Up @@ -14,7 +14,7 @@ jobs:
matrix:
os: [ubuntu-20.04]
password: [root]
node: [16.x]
node: [18.x]
steps:
- name: Start nginx
run: sudo service nginx start
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/local-e2e-test.yml
Expand Up @@ -13,7 +13,7 @@ jobs:
fail-fast: true
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
node: ['16.x']
node: ['18.x']
steps:
- uses: actions/checkout@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit-test.yml
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: [ 14.x, 16.x, 18.x ]
node: [ 18.x ]
env:
FORCE_COLOR: 1
name: Node ${{ matrix.node }}
Expand Down

0 comments on commit b85c3cf

Please sign in to comment.