Skip to content

Commit

Permalink
test: bump nodejs version
Browse files Browse the repository at this point in the history
which seems to be stuck at 10.x which is EOL
  • Loading branch information
fippo committed Jun 27, 2022
1 parent af07301 commit d2c5773
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- uses: actions/setup-node@v3
- run: npm install
- run: npm run eslint
- run: npm run stylelint
Expand All @@ -21,7 +21,7 @@ jobs:
version: [stable]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
- uses: actions/setup-node@v3
- run: npm install
- run: BROWSER=${{matrix.browser}} BVER=${{matrix.version}} ./node_modules/travis-multirunner/setup.sh
- run: Xvfb :99 &
Expand Down

0 comments on commit d2c5773

Please sign in to comment.