Skip to content

Commit

Permalink
Update actions.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
saberzero1 authored Oct 10, 2024
1 parent 010cc0b commit b1bc277
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
lint-and-check-formatting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: "Use node version"
uses: actions/setup-node@v3
with:
Expand All @@ -23,7 +23,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: "Use node version"
uses: actions/setup-node@v3
with:
Expand All @@ -34,15 +34,15 @@ jobs:
- name: "Build"
run: npm run build
- name: Archive production artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: dist-without-markdown
path: |
main.js
run-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: "Use node version"
uses: actions/setup-node@v3
with:
Expand All @@ -55,7 +55,7 @@ jobs:
run-typecheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: "Use node version"
uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit b1bc277

Please sign in to comment.