Skip to content

Commit

Permalink
merge-upstream: Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
GarboMuffin committed Dec 25, 2023
1 parent 5032734 commit 329f323
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,16 @@ name: Node.js CI

on:
push:
branches: [ develop ]
pull_request:
branches: [ develop ]

jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v1
uses: actions/setup-node@v4
with:
node-version: 16.x
- run: npm ci
Expand Down

0 comments on commit 329f323

Please sign in to comment.