Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/npm_and_yarn/types/node-20.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
evantahler authored Aug 21, 2023
2 parents 74418d1 + ea2007b commit 932be42
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Use Node.js 20.x
uses: actions/setup-node@v3.7.0
uses: actions/setup-node@v3.8.1
with:
node-version: 20.x
- run: npm ci
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Use Node.js 20.x
uses: actions/setup-node@v3.7.0
uses: actions/setup-node@v3.8.1
with:
node-version: 20.x
- run: npm ci
Expand All @@ -25,7 +25,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Use Node.js 20.x
uses: actions/setup-node@v3.7.0
uses: actions/setup-node@v3.8.1
with:
node-version: 20.x
- name: download cache
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3.7.0
uses: actions/setup-node@v3.8.1
with:
node-version: ${{ matrix.node-version }}
- name: download cache
Expand Down

0 comments on commit 932be42

Please sign in to comment.