Skip to content

Commit

Permalink
feat: bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavel Ageev committed Dec 12, 2024
1 parent 6ad458f commit 358f96a
Show file tree
Hide file tree
Showing 20 changed files with 3,108 additions and 2,316 deletions.
2 changes: 0 additions & 2 deletions .eslintignore

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v4
with:
node-version: 21.7
node-version: 23.4

- name: npm install
run: npm install
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
override APPLICATION_NAME=purr
override NODE_VERSION=21.7
override NODE_VERSION=23.4

DOCKER_IMAGE?=ghcr.io/semrush/purr
DOCKER_TAG?=latest
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG NODE_VERSION=21.7
ARG NODE_VERSION=23.4

FROM node:${NODE_VERSION} AS vendor

Expand Down
4 changes: 4 additions & 0 deletions eslint.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
module.exports = {
ignores: ["src/cli.js"],
files: ["**/*.js", "**/*.jsx"]
};
Loading

0 comments on commit 358f96a

Please sign in to comment.