Skip to content

Commit

Permalink
node and ncc upgrade (#23)
Browse files Browse the repository at this point in the history
* chore: upgrading node

* fix: build script

* fix: use lts

* fix: use 20

* fix: safe destructure

* fix: upgrade to latest actions:

* chore: use latest node #minor
  • Loading branch information
tool3 authored May 22, 2024
1 parent b449084 commit 10a8b67
Show file tree
Hide file tree
Showing 9 changed files with 46,461 additions and 40,466 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: build
uses: actions/setup-node@v2
uses: actions/setup-node@v4
with:
node-version: "16"
- run: yarn
- run: yarn build
node-version: "20"
- run: npm ci
- run: npm run build
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2020 Tal Hayut
Copyright (c) 2024 Tal Hayut

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ github access token
### `user`

user name
default: the user of the current push)
default: the user of the current push

### `email`

Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ outputs:
version: # output will be available to future steps
description: "The version being tagged and pushed"
runs:
using: "node16"
using: "node20"
main: "dist/index.js"
branding:
icon: "package"
Expand Down
Loading

0 comments on commit 10a8b67

Please sign in to comment.