Skip to content

Commit

Permalink
chore: update deps to the latest version (#3824)
Browse files Browse the repository at this point in the history
* npm updates

Signed-off-by: ac892247 <[email protected]>

* update lock

Signed-off-by: ac892247 <[email protected]>

* update node

Signed-off-by: ac892247 <[email protected]>

---------

Signed-off-by: ac892247 <[email protected]>
  • Loading branch information
achmelo authored Oct 9, 2024
1 parent 4b98a63 commit a1d316a
Show file tree
Hide file tree
Showing 7 changed files with 1,366 additions and 1,054 deletions.
4 changes: 2 additions & 2 deletions .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ runs:
- name: Set up Node
uses: actions/setup-node@v4
with:
node-version: '18'
node-version: '20'
- run: npm install -g [email protected]
shell: bash
- name: Grant execute permission for gradlew
Expand Down Expand Up @@ -73,4 +73,4 @@ runs:
path: |
~/.npm
zss-sample-service/node_modules
key: ${{ runner.OS }}-zss-sample-service-node-${{ hashFiles('zss-sample-service/*.json') }}
key: ${{ runner.OS }}-zss-sample-service-node-${{ hashFiles('zss-sample-service/*.json') }}
Loading

0 comments on commit a1d316a

Please sign in to comment.