Skip to content

Commit

Permalink
Merge pull request #89 from beatrycze-volk/node-js
Browse files Browse the repository at this point in the history
[MAINTENANCE] Update Node JS
  • Loading branch information
MarcMoschSLUB authored Aug 13, 2024
2 parents 8a570c1 + 2115057 commit 054abf4
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/npm-grunt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ jobs:

strategy:
matrix:
node-version: [12.x]
node-version: [20.x]

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: npm
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/phpstan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install dependencies
uses: php-actions/composer@v6
Expand Down
7 changes: 5 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
.idea/
.DS_Store
node_modules/
.idea/
.vscode/
node_modules/
public/
vendor/
composer.lock
*.map
3 changes: 2 additions & 1 deletion Build/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
"license": "GPL-3.0-or-later",
"homepage": "https://digital.slub-dresden.de",
"devDependencies": {
"grunt": "^1.5.3",
"grunt": "^1.6",
"grunt-cli": "^1.5.0",
"grunt-contrib-jshint": "^3.2.0",
"grunt-contrib-less": "^2.0.0",
"grunt-contrib-watch": "^1.1.0",
Expand Down

0 comments on commit 054abf4

Please sign in to comment.