Skip to content

Commit

Permalink
Putout dropped support of Node <16
Browse files Browse the repository at this point in the history
  • Loading branch information
inoyakaigor committed Sep 13, 2022
1 parent f59a935 commit ed040a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 14
node-version: 16
- run: chmod -R u+x .
- run: cp ./index.mjs ./index.js
- run: npm run build
Expand All @@ -34,7 +34,7 @@ jobs:
steps:
- uses: actions/setup-node@v2
with:
node-version: 14
node-version: 16
registry-url: https://registry.npmjs.org/
- name: 'Download files to publish'
uses: actions/download-artifact@v2
Expand Down

0 comments on commit ed040a0

Please # to comment.