Skip to content

Commit

Permalink
Update node.js.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
RedSparr0w authored Jan 4, 2024
1 parent 3d3ad71 commit 763188a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Node.js CI

on:
push:
branches: [ v13 ]
branches: [ v14 ]
pull_request:
branches: [ v13 ]
branches: [ v14 ]

jobs:
build:
Expand All @@ -16,6 +16,6 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: 16.x
node-version: 18.x
- run: npm i eslint -g
- run: npm run test
- run: npm run test

0 comments on commit 763188a

Please sign in to comment.