Skip to content

Commit

Permalink
dev: chg: remove snyk / bump node and deps / fix monitor lastStateId …
Browse files Browse the repository at this point in the history
…check
  • Loading branch information
marcello33 committed Oct 12, 2023
1 parent cbfe8b8 commit da6b0bf
Show file tree
Hide file tree
Showing 8 changed files with 22,997 additions and 12,143 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v3
with:
node-version: '16.17.1'
node-version: '18.18.1'

- name: Install npm dependencies
run: |
Expand Down Expand Up @@ -91,7 +91,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v3
with:
node-version: '16.17.1'
node-version: '18.18.1'

- name: Install npm dependencies
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/npm-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ jobs:
steps:
- uses: actions/checkout@v2
# Setup .npmrc file to publish to npm
- uses: actions/setup-node@v1
- uses: actions/setup-node@v3
with:
node-version: '16.17.1'
node-version: '18.18.1'
registry-url: https://registry.npmjs.org/
- run: npm install
- run: npm publish
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v16.17.1
v18.18.1
143 changes: 0 additions & 143 deletions .snyk

This file was deleted.

Loading

0 comments on commit da6b0bf

Please sign in to comment.