Skip to content

Commit

Permalink
build: fix node version to 16.15.0 (#231)
Browse files Browse the repository at this point in the history
Co-authored-by: JaeYeopHan <[email protected]>
  • Loading branch information
SoYoung210 and JaeYeopHan authored Dec 20, 2022
1 parent e5cb8b0 commit 73c63de
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: 16
# do not change this version, because of semantic-release, npm whoami bug
# see with https://github.com/semantic-release/npm/issues/470
node-version: 16.15.0
- name: Install dependencies
run: yarn install --immutable
- name: Check Type
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16
16.15.0
4 changes: 2 additions & 2 deletions examples/react/netlify.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[build]
base = "/examples/react/"
publish = "dist/"
publish = "./dist"
command = "yarn build:static"
[build.environment]
NETLIFY_USE_YARN = "true"
YARN_VERSION="3.1.1"
YARN_VERSION="3.3.0"
2 changes: 1 addition & 1 deletion examples/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@
"typescript": "4.5.4"
},
"license": "MIT",
"packageManager": "yarn@3.1.1"
"packageManager": "yarn@3.3.0"
}

0 comments on commit 73c63de

Please sign in to comment.