1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-22 01:44: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: env:
FORCE_COLOR: 2 FORCE_COLOR: 2
NODE: 18 NODE: 20
jobs: jobs:
bundlewatch: bundlewatch:

View File

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

View File

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

View File

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