Skip to content

Commit

Permalink
Merge branch 'master' of github.com:uqbar-project/wollok-ts into fix_…
Browse files Browse the repository at this point in the history
…initialize_in_tests_objects_classes
  • Loading branch information
PalumboN committed Dec 14, 2023
2 parents 8ee734e + 5797415 commit e4ca89c
Show file tree
Hide file tree
Showing 16 changed files with 3,831 additions and 369 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,19 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: webfactory/ssh-agent@v0.5.3
- uses: actions/checkout@v3
- uses: webfactory/ssh-agent@v0.8.0
with:
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}
- name: Read .nvmrc
run: echo "##[set-output name=NVMRC;]$(cat .nvmrc)"
id: nvm
- name: Use Node.js (.nvmrc)
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: "${{ steps.nvm.outputs.NVMRC }}"
- run: npm ci
- run: npm run test:coverage
- run: npm run build && npm run test:coverage
- name: Coveralls
uses: coverallsapp/github-action@master
with:
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
lts/gallium
lts/hydrogen
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## v4.0.6
**Wollok Version: `3.1.9`**

- New Formatter / Printer.
- Validate concrete class on instantiation.
- Validate uninitialized consts.

## v4.0.5
**Wollok Version: `3.1.9`**

Expand Down
Loading

0 comments on commit e4ca89c

Please sign in to comment.