We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b708393 commit 28d5a67Copy full SHA for 28d5a67
.github/workflows/publish.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: Setup
21
uses: actions/setup-node@v2
22
with:
23
- node-version: '16.x'
+ node-version: '18.x'
24
registry-url: 'https://registry.npmjs.org'
25
26
- name: Build and publish to npm registry
CHANGELOG.md
@@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
5
6
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
7
8
+## [Unreleased]
9
+
10
+- upgrade ci node version
11
12
## [0.3.4] - 2023-12-06
13
14
- updating deps
0 commit comments