Skip to content

Commit 1f0596d

Browse files
authored
fix: pnpm/action-setup version (#3)
1 parent 3534c9d commit 1f0596d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: pnpm/action-setup@v3
1515
name: Install pnpm
1616
with:
17-
version: 8
17+
version: 9
1818
run_install: false
1919

2020
- name: Install Node.js

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "minecraft-text-canvas",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "Generate images of Minecraft text using markup.",
55
"license": "MIT",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)