Skip to content

Commit

Permalink
chore: use node 16 lts
Browse files Browse the repository at this point in the history
- nodejs/node#43617

Signed-off-by: Lexus Drumgold <unicornware@flexdevelopment.llc>
  • Loading branch information
unicornware committed Sep 4, 2022
1 parent 842c480 commit 7edb4da
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.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ on:
env:
ARTIFACT:
${{ github.event.inputs.artifact || github.event.release.assets[0].browser_download_url }}
NODE_VERSION: 16.16.0
NODE_VERSION: 16
SCOPE: ${{ format('@{0}', github.repository_owner) }}
jobs:
metadata:
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16.16.0
16

0 comments on commit 7edb4da

Please sign in to comment.