Bläddra i källkod

update node to version 20 (#2005)

* update node to version 20

* Create thick-dryers-push.md
Paweł Kuna 9 månader sedan
förälder
incheckning
f83e36c735

+ 5 - 0
.changeset/thick-dryers-push.md

@@ -0,0 +1,5 @@
+---
+"@tabler/core": patch
+---
+
+Upgrade Node.js from version 18 to version 20 for improved performance, security, and feature updates.

+ 1 - 1
.github/workflows/bundlewatch.yml

@@ -9,7 +9,7 @@ on:
 
 env:
   FORCE_COLOR: 2
-  NODE: 18
+  NODE: 20
 
 jobs:
   bundlewatch:

+ 1 - 1
.github/workflows/release.yml

@@ -22,7 +22,7 @@ jobs:
       - name: Setup Node.js 18
         uses: actions/setup-node@v4
         with:
-          node-version: 18
+          node-version: 20
 
       - name: Install PNPM
         uses: pnpm/action-setup@v4

+ 1 - 1
.github/workflows/test.yml

@@ -5,7 +5,7 @@ on:
     types: [ opened, reopened ]
 
 env:
-  NODE: 18
+  NODE: 20
 
 permissions:
   contents: read

+ 1 - 1
package.json

@@ -47,7 +47,7 @@
     "url": "https://github.com/sponsors/codecalm"
   },
   "engines": {
-    "node": ">=18"
+    "node": ">=20"
   },
   "files": [
     "docs/**/*",