Skip to content

Commit

Permalink
use consistent node versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
n-g committed Feb 26, 2024
1 parent 60e6250 commit 0616640
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/check-dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,17 +24,17 @@ jobs:
steps:
- uses: actions/checkout@v4

- run: |
git submodule update --init actions-toolkit
cd actions-toolkit/packages/artifact
npm install
- name: Setup Node 20
uses: actions/setup-node@v4
with:
node-version: 20.x
cache: 'npm'

- run: |
git submodule update --init actions-toolkit
cd actions-toolkit/packages/artifact
npm install
- name: Install dependencies
run: npm ci

Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,17 +25,17 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- run: |
git submodule update --init actions-toolkit
cd actions-toolkit/packages/artifact
npm install
- name: Setup Node 20
uses: actions/setup-node@v4
with:
node-version: 20.x
cache: 'npm'

- run: |
git submodule update --init actions-toolkit
cd actions-toolkit/packages/artifact
npm install
- name: Install dependencies
run: npm ci

Expand Down

0 comments on commit 0616640

Please sign in to comment.