Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v0.4.0 #97

Merged
merged 9 commits into from
May 31, 2023
Prev Previous commit
Next Next commit
upgrade github action node12 to nod16 (#87)
  • Loading branch information
iamgojoof6eyes authored May 30, 2023
commit d0f1dadad567df5e3ea8f104b0162e54020d209f
4 changes: 2 additions & 2 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Use Node.js 12.x
- name: Use Node.js 16.x
uses: actions/setup-node@v1
with:
node-version: 12
node-version: 16
- run: npm ci
- run: npm run format:check
- run: npm run build
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ branding:
icon: activity

runs:
using: node12
using: node16
main: dist/index.js