@@ -12,13 +12,13 @@ jobs:
1212 runs-on : ubuntu-latest
1313 steps :
1414 - name : Checkout Project
15- uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
15+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
1616 - name : Add ESLint Problem Matcher
1717 run : echo "::add-matcher::.github/problemMatchers/eslint.json"
1818 - name : Use Node.js v20
1919 uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
2020 with :
21- node-version : 20
21+ node-version : 22
2222 cache : yarn
2323 registry-url : https://registry.npmjs.org/
2424 - name : Install Dependencies
@@ -31,11 +31,11 @@ jobs:
3131 runs-on : ubuntu-latest
3232 steps :
3333 - name : Checkout Project
34- uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
34+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
3535 - name : Use Node.js v20
3636 uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
3737 with :
38- node-version : 20
38+ node-version : 22
3939 cache : yarn
4040 registry-url : https://registry.npmjs.org/
4141 - name : Install Dependencies
@@ -53,13 +53,13 @@ jobs:
5353 runs-on : ubuntu-latest
5454 steps :
5555 - name : Checkout Project
56- uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
56+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
5757 - name : Add TypeScript Problem Matcher
5858 run : echo "::add-matcher::.github/problemMatchers/tsc.json"
5959 - name : Use Node.js v20
6060 uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
6161 with :
62- node-version : 20
62+ node-version : 22
6363 cache : yarn
6464 registry-url : https://registry.npmjs.org/
6565 - name : Install Dependencies
7474 runs-on : ubuntu-latest
7575 steps :
7676 - name : Checkout Project
77- uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
77+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
7878 with :
7979 fetch-depth : 2
8080 - name : Download Coverage report
0 commit comments