Skip to content

Commit

Permalink
fix: CI node version
Browse files Browse the repository at this point in the history
* Fix Node.js version in build
* Remove redundant job in test
  • Loading branch information
dusansimic committed Apr 2, 2024
1 parent b3d2889 commit d18bae0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 15 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 16
node-version: 20
cache: 'npm'
- name: Install Snapcraft
uses: samuelmeuli/action-snapcraft@v1
Expand Down
13 changes: 0 additions & 13 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,19 +61,6 @@ jobs:
run: |
npm ci
npm run lint:stylelint
source:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 16
cache: 'npm'
- name: Run tests
run: |
npm ci
npm test
rpmspec:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit d18bae0

Please sign in to comment.