Skip to content
This repository was archived by the owner on Feb 27, 2023. It is now read-only.

Commit a407b61

Browse files
authored
chore: move fps limit to kernel (#322)
* move fps limit to kernel * linter * remove cyclic deps * fix publish * test with different action * fix build * fix test * add eslint * try with new eslint * remove lsall
1 parent f9c6a13 commit a407b61

25 files changed

Lines changed: 832 additions & 1763 deletions

File tree

.github/workflows/test-build-deploy.yml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,12 @@ jobs:
1818

1919
- uses: browser-actions/setup-chrome@latest
2020

21-
- name: Use Node.js 16.x
22-
uses: actions/setup-node@v2
21+
- uses: actions/setup-node@v3
2322
with:
24-
node-version: 16.x
23+
node-version: lts/-1
2524
cache: 'npm'
26-
- name: install
2725

26+
- name: install
2827
run: |
2928
sudo apt-get install xvfb
3029
npm ci
@@ -52,10 +51,9 @@ jobs:
5251
run: node -e "console.log('::set-output name=branch::' + ('${{github.head_ref}}' || '$GITHUB_REF'.replace('refs/heads/','')) )"
5352
id: myref
5453

55-
- name: Use Node.js 14.x
56-
uses: actions/setup-node@v2
54+
- uses: actions/setup-node@v3
5755
with:
58-
node-version: 14.x
56+
node-version: lts/-1
5957
cache: 'npm'
6058

6159
- name: set package.json version

0 commit comments

Comments
 (0)