Skip to content

Commit

Permalink
NPM packages update (#38)
Browse files Browse the repository at this point in the history
* package update

* update node version
  • Loading branch information
thehabes authored Nov 13, 2023
1 parent d501e6b commit c97f569
Show file tree
Hide file tree
Showing 3 changed files with 289 additions and 156 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: [self-hosted, vlcdhp02]
strategy:
matrix:
node-version: [16]
node-version: [21]
steps:
- uses: actions/checkout@v3
- run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v1
with:
node-version: "16"
node-version: "21"

# Speed up subsequent runs with caching
- name: Cache node modules
Expand Down
Loading

0 comments on commit c97f569

Please sign in to comment.