Skip to content

Commit

Permalink
chore: upgrading node
Browse files Browse the repository at this point in the history
  • Loading branch information
tool3 committed May 22, 2024
1 parent b449084 commit d185eac
Show file tree
Hide file tree
Showing 7 changed files with 69,639 additions and 43,304 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 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 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 d185eac

Please sign in to comment.