Skip to content

Commit

Permalink
ci: revert to node 16
Browse files Browse the repository at this point in the history
  • Loading branch information
Harjot1Singh committed Sep 30, 2023
1 parent 99d6928 commit 1beafbf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: lts
node-version: 16
cache: npm
- run: npm ci
- run: npm run ${{ matrix.command }}
Expand All @@ -30,7 +30,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: lts
node-version: 16
cache: npm
- run: npm ci
- uses: pulumi/actions@v4
Expand All @@ -52,7 +52,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: lts
node-version: 16
cache: npm
- run: npm ci
- uses: pulumi/actions@v4
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: lts
node-version: 16
cache: npm
- run: npm ci
- run: npm run ${{ matrix.command }}
Expand All @@ -35,7 +35,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: lts
node-version: 16
cache: npm
- run: npm ci
- uses: pulumi/actions@v4
Expand All @@ -61,7 +61,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: lts
node-version: 16
cache: npm
- run: npm ci
- uses: pulumi/actions@v4
Expand Down

0 comments on commit 1beafbf

Please sign in to comment.