Skip to content

Commit

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

* update node version

* updates
  • Loading branch information
thehabes authored Nov 13, 2023
1 parent 7ab31e7 commit fbe8a2b
Show file tree
Hide file tree
Showing 3 changed files with 277 additions and 158 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ jobs:
runs-on: [self-hosted, vlcdhp02]
strategy:
matrix:
node-version: [16]
node-version: [21]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@master
- run: |
if [[ ! -e /srv/node/logs/dunbarcms.txt ]]; then
mkdir -p /srv/node/logs
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/dla_cms_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@master
# Set up NodeJS
- name: Setup Node.js
uses: actions/setup-node@v1
uses: actions/setup-node@master
with:
node-version: "16"
node-version: "21"

# Speed up subsequent runs with caching
- name: Cache node modules
uses: actions/cache@v2
uses: actions/cache@master
env:
cache-name: cache-node-modules
with:
Expand Down
Loading

0 comments on commit fbe8a2b

Please sign in to comment.