Skip to content

Commit

Permalink
⬆️ Switch Node version to 16.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomas2D committed Aug 3, 2022
1 parent 821e7bc commit e74a176
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '12.x'
node-version: '16.16.0'
registry-url: 'https://registry.npmjs.org'
- run: yarn
- run: yarn publish
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v12.22.1
v16.16.0

0 comments on commit e74a176

Please sign in to comment.