Skip to content

Commit

Permalink
Merge pull request #304 from beatrycze-volk/update-node
Browse files Browse the repository at this point in the history
Update Node JS
  • Loading branch information
beatrycze-volk authored Aug 8, 2024
2 parents db96c55 + ae12d08 commit b8f4194
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 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
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,6 @@
node_modules
*.css.map
Documentation-GENERATED-temp/
public/
vendor/
composer.lock
3 changes: 2 additions & 1 deletion Build/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
"license": "GPL-3.0-or-later",
"homepage": "https://dfgviewer.de",
"devDependencies": {
"grunt": "^1.5.3",
"grunt": "^1.6",
"grunt-cli": "^1.5.0",
"grunt-contrib-less": "^2.0.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-terser": "^2.0.0",
Expand Down

0 comments on commit b8f4194

Please sign in to comment.