Skip to content

Commit 4996f06

Browse files
committed
fix: workflow
1 parent 8a38bfe commit 4996f06

File tree

5 files changed

+7259
-5640
lines changed

5 files changed

+7259
-5640
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,7 @@ jobs:
1111
name: Tests
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v2
15-
- uses: actions/setup-node@v2
16-
with:
17-
node-version: 12
14+
- uses: actions/checkout@v4
15+
- uses: actions/setup-node@v4
1816
- run: npm install
1917
- run: npm run test

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ lib-cov
88
*.out
99
*.pid
1010
*.gz
11+
.idea/
1112

1213
pids
1314
logs

karma.conf.coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ module.exports = (config) ->
4949

5050
# start these browsers
5151
# available browser launchers: https://npmjs.org/browse/keyword/karma-launcher
52-
browsers: ['PhantomJS']
52+
browsers: ['FirefoxHeadless']
5353

5454
# Continuous Integration mode
5555
# if true, Karma captures browsers, runs the tests and exits

0 commit comments

Comments
 (0)