Skip to content

Commit

Permalink
Change complier (#13)
Browse files Browse the repository at this point in the history
* moved to es2021

* moved to es2021

* fix
  • Loading branch information
avichai-sealights authored Sep 1, 2024
1 parent fb0b02d commit cd237f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
node-version: '16.x'
registry-url: 'https://registry.npmjs.org'
- name: Install dependencies
run: npm ci
run: npm run tsc
- name: Authenticate with npm
run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > ~/.npmrc
env:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sealights/ultimate-json-streamer",
"version": "1.1.1",
"version": "1.1.2",
"author": {
"name": "Avichai Shapira",
"email": "[email protected]"
Expand Down

0 comments on commit cd237f6

Please sign in to comment.