Skip to content

Commit

Permalink
Restart CI (#1463)
Browse files Browse the repository at this point in the history
* Restart CI

* Fix README formatting

* Fix another trailing slash
  • Loading branch information
szepeviktor authored Oct 25, 2024
1 parent 27690f0 commit ab96d0a
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 6,354 deletions.
14 changes: 6 additions & 8 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
@@ -1,24 +1,22 @@
# This workflow will do a clean install of node dependencies, build the source code and run tests across different versions of node
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions

name: Node.js CI

on:
push:
branches: [ master, staging, trying ]
branches: [ main ]
pull_request:
branches: [ master ]
branches: [ main ]

jobs:
test:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Test on Node.js
uses: actions/setup-node@v2
uses: actions/setup-node@v4
with:
node-version: 12.x
node-version: '20.x'
cache: yarn
- run: yarn install --frozen-lockfile
- run: yarn test
Loading

0 comments on commit ab96d0a

Please sign in to comment.