Skip to content

Commit

Permalink
Bump actions/setup-node to v3 (smithy-lang#642)
Browse files Browse the repository at this point in the history
  • Loading branch information
trivikr authored and srchase committed Mar 17, 2023
1 parent 1a02f7b commit eba5170
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Expand Up @@ -31,7 +31,7 @@ jobs:
name: TypeScript Lint
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v2
- uses: actions/setup-node@v3
with:
node-version: '14'
- name: Install dependencies
Expand All @@ -44,7 +44,7 @@ jobs:
name: TypeScript Test
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v2
- uses: actions/setup-node@v3
with:
node-version: '14'
- name: Install dependencies
Expand All @@ -57,7 +57,7 @@ jobs:
name: Ensure TypeScript is formatted
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v2
- uses: actions/setup-node@v3
with:
node-version: '14'
- name: Install dependencies
Expand Down

0 comments on commit eba5170

Please sign in to comment.