Skip to content

Commit b6a6a73

Browse files
fix(deps): update node.js to v24
1 parent 266fe5b commit b6a6a73

File tree

6 files changed

+87
-68
lines changed

6 files changed

+87
-68
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Setup nodejs
2020
uses: actions/setup-node@v6
2121
with:
22-
node-version: "22.21.0"
22+
node-version: "24.10.0"
2323
#- name: Setup pnpm cache
2424
#uses: actions/cache@v3
2525
#with:

.gitlab-ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ stages:
55

66
test:
77
stage: test
8-
image: node:22.21.0-alpine
8+
image: node:24.10.0-alpine
99
coverage: /All files[^|]*\|[^|]*\s+([\d\.]+)/
1010
artifacts:
1111
paths:
@@ -18,7 +18,7 @@ test:
1818

1919
publish:
2020
stage: publish
21-
image: node:22.21.0-alpine
21+
image: node:24.10.0-alpine
2222
only:
2323
- tags
2424
script:
@@ -31,7 +31,7 @@ publish:
3131

3232
pages:
3333
stage: pages
34-
image: node:22.21.0-alpine
34+
image: node:24.10.0-alpine
3535
script:
3636
- npm ci
3737
- npm run build

.tool-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
syncher 0.0.44
2-
nodejs 22.21.1
2+
nodejs 24.11.0
33
pnpm 10.19.0

example/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "react-abac-example",
3-
"version": "0.1.557",
3+
"version": "0.1.558",
44
"private": true,
55
"homepage": ".",
66
"dependencies": {
77
"@types/jest": "30.0.0",
8-
"@types/node": "22.18.12",
8+
"@types/node": "24.9.1",
99
"@types/react": "19.2.2",
1010
"@types/react-dom": "19.2.2",
1111
"@types/react-syntax-highlighter": "15.5.13",

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-abac",
3-
"version": "0.1.435",
3+
"version": "0.1.436",
44
"description": "Attribute Based Access Control and Role Based Access Control for React",
55
"keywords": [
66
"abac",
@@ -159,7 +159,7 @@
159159
"@types/enzyme": "3.10.19",
160160
"@types/enzyme-adapter-react-16": "1.0.9",
161161
"@types/jest": "30.0.0",
162-
"@types/node": "22.18.12",
162+
"@types/node": "24.9.1",
163163
"@types/react": "19.2.2",
164164
"@types/react-dom": "19.2.2",
165165
"@typescript-eslint/eslint-plugin": "8.46.2",

0 commit comments

Comments
 (0)