Skip to content

Commit

Permalink
ci: set node 18
Browse files Browse the repository at this point in the history
  • Loading branch information
indaco committed Dec 18, 2023
1 parent a48d2f6 commit f86c16b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: 16
node-version: 18
registry-url: 'https://registry.npmjs.org'

- name: Setup PNPM
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: 16
node-version: 18
registry-url: 'https://registry.npmjs.org'

- name: Setup PNPM
Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
- name: Setup .npmrc file to publish to GitHub Packages
uses: actions/setup-node@v4
with:
node-version: 16
node-version: 18
registry-url: 'https://npm.pkg.github.com'
scope: '@indaco'

Expand Down

0 comments on commit f86c16b

Please sign in to comment.