Skip to content

Commit

Permalink
fix(ci): correct build
Browse files Browse the repository at this point in the history
  • Loading branch information
eMerzh committed Jun 28, 2022
1 parent ea5631f commit c1df770
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ jobs:
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
name: Use Node.js 13.x
name: Use Node.js 16
with:
node-version: '13.x'
node-version: '16.x'
registry-url: 'https://npm.pkg.github.com'
scope: '@whatever-company'
- uses: actions/cache@v1
Expand Down

0 comments on commit c1df770

Please sign in to comment.