Skip to content

Commit

Permalink
ci: fixes github workflow node version
Browse files Browse the repository at this point in the history
  • Loading branch information
AssisrMatheus committed Oct 31, 2023
1 parent 82b5ff7 commit 30fd44c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '16.x'
node-version: '18.x'
check-latest: true
registry-url: 'https://npm.pkg.github.com'
- run: npm ci
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push-page.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '16.x'
node-version: '18.x'
check-latest: true
registry-url: 'https://npm.pkg.github.com'
- run: npm ci
Expand Down

0 comments on commit 30fd44c

Please sign in to comment.