Skip to content

Commit

Permalink
build(trying): let me fix the build
Browse files Browse the repository at this point in the history
  • Loading branch information
CharlyJazz committed Jul 22, 2023
1 parent 2d9c310 commit ff7e3c8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/semantic-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ on:
jobs:
build:
if: "!contains(github.event.head_commit.message, 'skip ci')"
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Use Node.js 12.x
uses: actions/setup-node@v1
- name: Use Node.js 20
uses: actions/setup-node@v3
with:
node-version: 12.x
node-version: 20
- run: npm install
- run: npm test
env:
Expand Down

0 comments on commit ff7e3c8

Please sign in to comment.