Skip to content

Commit

Permalink
feat: use checkout action
Browse files Browse the repository at this point in the history
  • Loading branch information
PancakePhilarmonych committed Nov 1, 2023
1 parent 689204a commit e0ee3e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Use Node.js v14.17.6
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
uses: actions/checkout@v2
uses: actions/setup-node@v2
with:
node-version: '14.17.6'
- name: build
Expand Down

0 comments on commit e0ee3e1

Please sign in to comment.