Skip to content

Commit

Permalink
wip: fix gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
lexoyo committed Oct 23, 2023
1 parent 93296db commit a544b73
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
# Setup .npmrc file to publish to npm
- uses: actions/setup-node@v3
with:
node-version: '18.x'
node-version: '20.x'
registry-url: 'https://registry.npmjs.org'
- run: npm install
- run: npm run build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:

strategy:
matrix:
node-version: [18.x]
node-version: [20.x]
# os: [macos-latest, windows-latest, ubuntu-latest]
os: [ubuntu-latest]

Expand Down

0 comments on commit a544b73

Please sign in to comment.