Skip to content

Commit

Permalink
renamed job to test and also removed node 14
Browse files Browse the repository at this point in the history
  • Loading branch information
sapiosaturn committed Nov 14, 2023
1 parent 5678ece commit ba05f8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ on:
branches: [ "main" ]

jobs:
build:
test:

runs-on: ubuntu-latest

strategy:
matrix:
node-version: [14.x, 16.x, 18.x]
node-version: [16.x, 18.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
Expand Down

0 comments on commit ba05f8e

Please sign in to comment.