Skip to content

Commit f28a726

Browse files
committed
Use node@v20 and npm@10
1 parent 170ee9a commit f28a726

File tree

9 files changed

+10
-10
lines changed

9 files changed

+10
-10
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/checkout@v3
1313
- uses: actions/setup-node@v3
1414
with:
15-
node-version: 18
15+
node-version: 20
1616
- run: npm ci
1717
- run: npm run lint
1818
- run: npm run fix

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020

2121
### Pre-requisites
2222

23-
- [Node.js](https://nodejs.org)v18
24-
- [npm](https://docs.npmjs.com/cli/)v9
23+
- [Node.js](https://nodejs.org)v20
24+
- [npm](https://docs.npmjs.com/cli/)v10
2525

2626
### Building the project locally
2727

packages/create-figma-plugin/templates/plugin/hello-world/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
### Pre-requisites
88

9-
- [Node.js](https://nodejs.org)v18
9+
- [Node.js](https://nodejs.org)v20
1010
- [Figma desktop app](https://figma.com/downloads/)
1111

1212
### Build the plugin

packages/create-figma-plugin/templates/plugin/preact-rectangles/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
### Pre-requisites
88

9-
- [Node.js](https://nodejs.org)v18
9+
- [Node.js](https://nodejs.org)v20
1010
- [Figma desktop app](https://figma.com/downloads/)
1111

1212
### Build the plugin

packages/create-figma-plugin/templates/plugin/preact-resizable/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
### Pre-requisites
88

9-
- [Node.js](https://nodejs.org)v18
9+
- [Node.js](https://nodejs.org)v20
1010
- [Figma desktop app](https://figma.com/downloads/)
1111

1212
### Build the plugin

packages/create-figma-plugin/templates/plugin/preact-tailwindcss/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
### Pre-requisites
88

9-
- [Node.js](https://nodejs.org)v18
9+
- [Node.js](https://nodejs.org)v20
1010
- [Figma desktop app](https://figma.com/downloads/)
1111

1212
### Build the plugin

packages/create-figma-plugin/templates/plugin/react-editor/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
### Pre-requisites
88

9-
- [Node.js](https://nodejs.org)v18
9+
- [Node.js](https://nodejs.org)v20
1010
- [Figma desktop app](https://figma.com/downloads/)
1111

1212
### Build the plugin

packages/create-figma-plugin/templates/widget/notepad/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
### Pre-requisites
88

9-
- [Node.js](https://nodejs.org)v18
9+
- [Node.js](https://nodejs.org)v20
1010
- [Figma desktop app](https://figma.com/downloads/)
1111

1212
### Build the widget

packages/website/docs/quick-start.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
## Pre-requisites
1111

12-
- [Node.js](https://nodejs.org)v18
12+
- [Node.js](https://nodejs.org)v20
1313
- [Figma desktop app](https://figma.com/downloads/)
1414

1515
## Bootstrapping a new plugin/widget from a template

0 commit comments

Comments
 (0)