Skip to content

Commit b52748a

Browse files
committed
Bump Node.js version for development environment
1 parent 2096793 commit b52748a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- uses: actions/checkout@v4
2020
- uses: actions/setup-node@v4
2121
with:
22-
node-version: "20.12.2"
22+
node-version: "20.16.0"
2323
registry-url: "https://registry.npmjs.org"
2424
- name: Set version number to environment variable
2525
run: |

.node-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20.12.2
1+
20.16.0

0 commit comments

Comments
 (0)