Skip to content

Commit 28d5a67

Browse files
committed
ci
1 parent b708393 commit 28d5a67

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Setup
2121
uses: actions/setup-node@v2
2222
with:
23-
node-version: '16.x'
23+
node-version: '18.x'
2424
registry-url: 'https://registry.npmjs.org'
2525

2626
- name: Build and publish to npm registry

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
55

66
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
77

8+
## [Unreleased]
9+
10+
- upgrade ci node version
11+
812
## [0.3.4] - 2023-12-06
913

1014
- updating deps

0 commit comments

Comments
 (0)