1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-21 17:34:25 +04:00

update node to version 20 (#2005)

* update node to version 20

* Create thick-dryers-push.md
This commit is contained in:
Paweł Kuna
2024-12-03 19:58:03 +01:00
committed by GitHub
parent b0ca6fe703
commit f83e36c735
5 changed files with 9 additions and 4 deletions

View File

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

View File

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

View File

@@ -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

View File

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

View File

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