Skip to content

Commit

Permalink
Merge pull request #51 from canberkakduygu/nodeMigration
Browse files Browse the repository at this point in the history
Update of node version to 16
  • Loading branch information
jdcargile authored Feb 21, 2024
2 parents 3e536e0 + 8be148d commit db5c60d
Show file tree
Hide file tree
Showing 4 changed files with 16,460 additions and 3,974 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ jobs:
build: # make sure build/ci work properly
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v3
- run: |
npm install
npm run all
test: # make sure the action works on a clean machine without building
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: ./
with:
github-token: ${{ github.token }}
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ inputs:
description: 'Timezone (ex. America/Denver)'
required: false
runs:
using: 'node12'
using: 'node16'
main: 'dist/index.js'
Loading

0 comments on commit db5c60d

Please sign in to comment.