Skip to content

Commit

Permalink
Merge pull request #22 from funbox/feature/node18
Browse files Browse the repository at this point in the history
Update project files to work with Node.js 18
  • Loading branch information
igoradamenko authored May 22, 2023
2 parents b8980e2 + 1a04838 commit ea62446
Show file tree
Hide file tree
Showing 3 changed files with 2,566 additions and 1,988 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '14.18.0'
node-version: '18.15.0'
registry-url: 'https://registry.npmjs.org'
scope: '@funboxteam'
- run: npm ci
Expand Down
Loading

0 comments on commit ea62446

Please sign in to comment.