Skip to content

Commit

Permalink
chore(ci): node 16 EFO drop it (#5232)
Browse files Browse the repository at this point in the history
Signed-off-by: Sepush <[email protected]>
  • Loading branch information
Sepush authored Sep 13, 2023
1 parent cdca7e7 commit ef7279e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

strategy:
matrix:
node-version: [16.x, 18]
node-version: [18]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
steps:
- uses: actions/checkout@v3
Expand All @@ -35,16 +35,14 @@ jobs:
- name: Lint
run: pnpm run lint



test:
environment: test

runs-on: ubuntu-latest

strategy:
matrix:
node-version: [16.x, 18]
node-version: [18]
steps:
- uses: actions/checkout@v3

Expand Down

0 comments on commit ef7279e

Please sign in to comment.