Skip to content

Commit

Permalink
update to node16
Browse files Browse the repository at this point in the history
  • Loading branch information
teoxoy committed Jan 31, 2023
1 parent a2909ac commit fcab7cb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ jobs:
build: # make sure build/ci work properly
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- run: |
yarn
yarn ci
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
with:
fetch-depth: 0
- uses: ./
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,11 +168,11 @@ jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Generate README.md
uses: teoxoy/profile-readme-stats@v1
uses: teoxoy/profile-readme-stats@v2
with:
token: ${{ secrets.USER_TOKEN }}
- name: Update README.md
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ inputs:
required: false
default: false
runs:
using: 'node12'
using: 'node16'
main: 'dist/index.js'
branding:
icon: 'align-justify'
Expand Down

0 comments on commit fcab7cb

Please sign in to comment.