File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
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
Original file line number Diff line number Diff line change 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 }}
You can’t perform that action at this time.
0 commit comments