Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Upgraded to node16 (#116)
  • Loading branch information
t-dedah committed Oct 25, 2022
1 parent fec628b commit 8d99c72
Show file tree
Hide file tree
Showing 7 changed files with 36 additions and 450 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-release.yaml
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v1
with:
node-version: "12.x"
node-version: "16.x"

- run: sudo npm i -g @zeit/ncc

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-workflow.yml
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v1
with:
node-version: "12.x"
node-version: "16.x"
- run: npm install --production

- run: sudo npm i -g ts-node
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/edge-build-ci-workflow.yml
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v1
with:
node-version: "12.x"
node-version: "16.x"
- run: npm install --production

- run: sudo npm i -g ts-node
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Expand Up @@ -39,5 +39,5 @@ branding:
color: orange
icon: package
runs:
using: "node12"
using: "node16"
main: "dist/index.js"
2 changes: 1 addition & 1 deletion dist/index.js

Large diffs are not rendered by default.

0 comments on commit 8d99c72

Please sign in to comment.