Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ahoneybun authored Apr 16, 2024
1 parent 5736057 commit a7f2bef
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4.1.1

- name: Setup Node.js
uses: actions/setup-node@v2
uses: actions/setup-node@v4.0.2
with:
node-version: 14
node-version: 20

- name: Install
run: npm ci
Expand All @@ -31,12 +31,12 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4.1.1

- name: Setup Node.js
uses: actions/setup-node@v2
uses: actions/setup-node@v4.0.2
with:
node-version: 14
node-version: 20

- name: Setup Markdown
uses: xt0rted/markdownlint-problem-matcher@v1
Expand All @@ -52,12 +52,12 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4.1.1

- name: Setup Node.js
uses: actions/setup-node@v2
uses: actions/setup-node@v4.0.2
with:
node-version: 14
node-version: 20

- name: Cache
id: cache
Expand Down

0 comments on commit a7f2bef

Please sign in to comment.