Skip to content

Commit

Permalink
bump node version
Browse files Browse the repository at this point in the history
  • Loading branch information
mabry1985 committed Jul 28, 2024
1 parent fd70911 commit cdfa2c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/changeset.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: setup node.js
uses: actions/setup-node@v3
with:
node-version: 14
node-version: 18
- name: install pnpm
run: npm i pnpm@latest -g
- name: Setup npmrc
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"description": "",
"main": "index.js",
"scripts": {
"ci:publish": "pnpm publish -r",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
Expand Down

0 comments on commit cdfa2c1

Please sign in to comment.