Skip to content

Commit 4056e86

Browse files
authored
chore: Update node-version for actions (#559)
1 parent 381ef23 commit 4056e86

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/cd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Setup Node
1717
uses: actions/setup-node@v3
1818
with:
19-
node-version: '16.x'
19+
node-version: '20.x'
2020
registry-url: 'https://registry.npmjs.org'
2121

2222
- name: Cache NPM modules

.github/workflows/cdn_rollback.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Setup Node
1717
uses: actions/setup-node@v3
1818
with:
19-
node-version: '16.x'
19+
node-version: '20.x'
2020
registry-url: 'https://registry.npmjs.org'
2121

2222
- name: Fetch AWS Credentials for Deployment

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Setup Node
2323
uses: actions/setup-node@v3
2424
with:
25-
node-version: '16.x'
25+
node-version: '20.x'
2626

2727
- name: Cache NPM modules
2828
uses: actions/cache@v3
@@ -61,7 +61,7 @@ jobs:
6161
- name: Setup Node
6262
uses: actions/setup-node@v3
6363
with:
64-
node-version: '16.x'
64+
node-version: '20.x'
6565

6666
- name: Cache NPM modules
6767
uses: actions/cache@v3

.github/workflows/npm_deprecate.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Setup Node
2222
uses: actions/setup-node@v3
2323
with:
24-
node-version: '16.x'
24+
node-version: '20.x'
2525
registry-url: 'https://registry.npmjs.org'
2626
- name: Deprecate Version
2727
run: npm deprecate aws-rum-web@${{ github.event.inputs.version }} ${{ github.event.inputs.message }}

0 commit comments

Comments
 (0)