Skip to content

Commit

Permalink
feat: node20, npm, deps
Browse files Browse the repository at this point in the history
  • Loading branch information
KillerCodeMonkey committed May 13, 2024
1 parent 9c8d9e0 commit 1eff07a
Show file tree
Hide file tree
Showing 8 changed files with 27,669 additions and 4,128 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Create test folder
run: mkdir test
Expand Down
1 change: 0 additions & 1 deletion .yarnrc.yml

This file was deleted.

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 codaline.io
Copyright (c) 2024 codaline.io

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 @@ -20,5 +20,5 @@ outputs:
version:
description: 'New generated version number'
runs:
using: 'node16'
using: 'node20'
main: 'dist/index.js'
Loading

0 comments on commit 1eff07a

Please sign in to comment.