Skip to content

Commit 417bc2c

Browse files
committed
update readme to reflect CI, don't cancel master builds
1 parent 412f14e commit 417bc2c

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
concurrency:
1010
group: ${{ github.workflow }}-${{ github.ref }}
11-
cancel-in-progress: ${{ github.ref != 'refs/heads/main' }}
11+
cancel-in-progress: ${{ github.ref != 'refs/heads/master' }}
1212

1313
jobs:
1414
build:

README.md

+10-10
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ Alpine.js devtools is a simple extension to help you debug [Alpine.js](https://g
1313
1414
## Installation
1515

16-
- [Get the Chrome Extension](https://chrome.google.com/webstore/detail/alpinejs-devtools/fopaemeedckajflibkpifppcankfmbhk)
17-
- [Get the Firefox Extension](https://addons.mozilla.org/firefox/addon/alpinejs-devtools/)
16+
- [Get the Chrome Extension](https://chrome.google.com/webstore/detail/alpinejs-devtools/fopaemeedckajflibkpifppcankfmbhk)
17+
- [Get the Firefox Extension](https://addons.mozilla.org/firefox/addon/alpinejs-devtools/)
1818

1919
**Note:** if you are using Google Chrome, Alpine.js devtools will not work with local files unless you configure the extension to be allowed `Access to File URLs`.
2020

@@ -37,8 +37,8 @@ Unlike other frameworks, Alpine does not include named components. Therefore by
3737

3838
### Prerequisites
3939

40-
- Node ^14.x
41-
- npm ^6.x
40+
- Node ^22.x
41+
- npm ^10.x
4242

4343
### Chrome
4444

@@ -73,12 +73,12 @@ Note that when using the simulator all Chrome/Firefox devtools/Extension APIs ar
7373

7474
We have 2 levels of tests in the project:
7575

76-
- unit tests in [./tests](./tests), written and run with `node:test`
77-
- The command to run them is `npm test`.
78-
- E2E tests that run against the devtools simulator, in [./cypress](./cypress), using [Cypress](https://cypress.io).
79-
- The command to run Cypress tests is `npm run cy:run`
80-
- The command to open the Cypress UI is `npm run cy:open`
81-
- **Note** in order to run any Cypress tests, you'll need the simulator running (see [Running the Alpine.js devtools simulator](#running-the-alpinejs-devtools-simulator)).
76+
- unit tests in [./tests](./tests), written and run with `node:test`
77+
- The command to run them is `npm test`.
78+
- E2E tests that run against the devtools simulator, in [./cypress](./cypress), using [Cypress](https://cypress.io).
79+
- The command to run Cypress tests is `npm run cy:run`
80+
- The command to open the Cypress UI is `npm run cy:open`
81+
- **Note** in order to run any Cypress tests, you'll need the simulator running (see [Running the Alpine.js devtools simulator](#running-the-alpinejs-devtools-simulator)).
8282

8383
### Formatting/Linting
8484

0 commit comments

Comments
 (0)