Skip to content

Commit

Permalink
Merge pull request #119 from tkt-actions/dependabot/github_actions/ac…
Browse files Browse the repository at this point in the history
…tions/setup-node-3

chore(deps): bump actions/setup-node from 1 to 3
  • Loading branch information
tktcorporation authored Jun 11, 2022
2 parents 4f8f587 + 9781aff commit 78ee3b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:

steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v1
- uses: actions/setup-node@v3
with:
node-version: '16.x'
- name: npm install, build, lint and test
Expand All @@ -25,7 +25,7 @@ jobs:
steps:
- run: cat $GITHUB_EVENT_PATH
- uses: actions/checkout@v3
- uses: actions/setup-node@v1
- uses: actions/setup-node@v3
with:
node-version: '16.x'

Expand Down

0 comments on commit 78ee3b8

Please sign in to comment.