Skip to content

Commit

Permalink
Trying to fix the annoying error
Browse files Browse the repository at this point in the history
  • Loading branch information
Doges committed Jul 13, 2023
1 parent 5b90ae4 commit 25e20c1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@master
uses: actions/checkout@v3
with:
annotate: true
- name: Standard
Expand All @@ -20,11 +20,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@master
uses: actions/checkout@v3
- name: Setup Node
uses: actions/setup-node@master
uses: actions/setup-node@v3
with:
node-version: 18
node-version: 18.x
- name: Install Dependencies
run: npm install
- name: Run Tests
Expand All @@ -38,7 +38,7 @@ jobs:
if: github.event_name == 'push'
steps:
- name: Checkout
uses: actions/checkout@master
uses: actions/checkout@v3
- name: Build and publish to registry
uses: docker/build-push-action@master
with:
Expand Down

0 comments on commit 25e20c1

Please sign in to comment.