Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kamiazya committed Dec 11, 2023
1 parent 16c79d2 commit 9a193a3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
- name: Checkout Repo
uses: actions/checkout@v3

- name: Setup Node.js 20
- name: Setup Node.js 18
uses: actions/setup-node@v3
with:
node-version: 20
node-version: 18.x
registry-url: 'https://registry.npmjs.org' # to create .npmrc file with NODE_AUTH_TOKEN

- name: Install Dependencies
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9a193a3

Please sign in to comment.