Skip to content

Commit

Permalink
ci: update to Node 18
Browse files Browse the repository at this point in the history
  • Loading branch information
ypwong99 committed May 25, 2024
1 parent 79b118b commit 90ab98e
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/test-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,10 +156,10 @@ jobs:
ALIYUN_ACCESS_KEY_ID: ${{ secrets.ALIYUN_ACCESS_KEY_ID }}
ALIYUN_ACCOUNT_ID: ${{ secrets.ALIYUN_ACCOUNT_ID }}

- name: Set up Node.js 16.16.0
- name: Set up Node.js 18
uses: actions/setup-node@v3
with:
node-version: 16.16.0
node-version: 18

- name: Install Serverless framework and related plugins
# functions-have-names appears to be a dependency of serverless-azure-functions
Expand Down Expand Up @@ -197,10 +197,10 @@ jobs:
- name: Check out code into the Go module directory
uses: actions/checkout@v4

- name: Set up Node.js 16.16.0
- name: Set up Node.js 18
uses: actions/setup-node@v3
with:
node-version: 16.16.0
node-version: 18

- name: Install Serverless framework and related plugins
# functions-have-names appears to be a dependency of serverless-azure-functions
Expand Down Expand Up @@ -247,10 +247,10 @@ jobs:
aws-secret-access-key: ${{ secrets.AWS_SECRET_KEY }}
aws-region: us-west-1

- name: Set up Node.js 16.16.0
- name: Set up Node.js 18
uses: actions/setup-node@v3
with:
node-version: 16.16.0
node-version: 18

- name: Install serverless framework
run: npm install -g serverless
Expand Down Expand Up @@ -297,10 +297,10 @@ jobs:
with:
version: ">= 363.0.0"

- name: Set up Node.js 16.16.0
- name: Set up Node.js 18
uses: actions/setup-node@v3
with:
node-version: 16.16.0
node-version: 18

- name: Download client artifact
uses: actions/download-artifact@v3
Expand Down Expand Up @@ -340,10 +340,10 @@ jobs:
- name: Check out code into the Go module directory
uses: actions/checkout@v4

- name: Set up Node.js 16.16.0
- name: Set up Node.js 18
uses: actions/setup-node@v3
with:
node-version: 16.16.0
node-version: 18

- name: Install Cloudflare Wrangler
run: npm install -g wrangler
Expand Down

0 comments on commit 90ab98e

Please sign in to comment.