Skip to content

Commit

Permalink
bump: node16 (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
keroxp authored Oct 26, 2022
1 parent 9e1b808 commit df7e080
Show file tree
Hide file tree
Showing 8 changed files with 214 additions and 2,806 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,12 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: "14"
node-version: "16"
- run: yarn install
- name: Check lib
run: |
make
git diff --exit-code
- run: yarn test
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ inputs:
description: "Github Token to create deployment on the repository. Required by --create-deployment. Use secrets.GITHUB_TOKEN."
required: false
runs:
using: 'node12'
using: 'node16'
main: 'lib/index.js'
Loading

0 comments on commit df7e080

Please sign in to comment.