Skip to content

Commit 302cdae

Browse files
chore: Upgrade to Node 20, remove deprecation warnings, upgrade CI deprecations (#537)
* Use non-deprecated node runtime * Brucey bonus: Upgrade to non-deprecated checkout action (v2 -> v4) * Update yarn lockfile * Update dist * update dist * remove yarn lock --------- Co-authored-by: Adithya Kolla <[email protected]> Co-authored-by: Adithya <[email protected]>
1 parent da744a6 commit 302cdae

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- name: Checkout
11-
uses: actions/checkout@v2
11+
uses: actions/checkout@v4
1212
- name: Run tests
1313
run: |
1414
npm ci

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030

3131
steps:
3232
- name: Checkout repository
33-
uses: actions/checkout@v2
33+
uses: actions/checkout@v4
3434
with:
3535
# We must fetch at least the immediate parents so that if this is
3636
# a pull request then we can checkout the head.

.github/workflows/package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
contents: write
1414
steps:
1515
- name: Init a git repo
16-
uses: actions/checkout@v2
16+
uses: actions/checkout@v4
1717
- name: Checkout PR
1818
env:
1919
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,5 @@ outputs:
4343
codedeploy-deployment-id:
4444
description: 'The deployment ID of the CodeDeploy deployment (if the ECS service uses the CODE_DEPLOY deployment controller'
4545
runs:
46-
using: 'node16'
46+
using: 'node20'
4747
main: 'dist/index.js'

0 commit comments

Comments
 (0)