Skip to content

Commit 33e33a1

Browse files
update node-version for npm publish workflow (#490)
* update node-version for npm publish workflow * update nvmrc
1 parent 2d751dc commit 33e33a1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Set up Node.js
1717
uses: actions/setup-node@master
1818
with:
19-
node-version: 18.17.1
19+
node-version: 18.18.0
2020
- name: install dependencies
2121
run: yarn install
2222
- name: Authenticate with Registry

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v18
1+
18.18.0

0 commit comments

Comments
 (0)