Skip to content

Commit f268e31

Browse files
committed
Merge branch 'main' into dev
2 parents b12cb58 + 9e8b6d9 commit f268e31

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/nodejs.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ jobs:
2222
runs-on: ubuntu-latest
2323
if: ${{ github.event_name != 'pull_request' }}
2424
steps:
25-
- uses: actions/checkout@v3
25+
- uses: actions/checkout@v4
2626
name: Checkout [main]
2727
with:
2828
fetch-depth: 0
2929
#- name: Derive appropriate SHAs for base and head for `nx affected` commands
3030
# uses: nrwl/nx-set-shas@v3
31-
- uses: actions/setup-node@v3
31+
- uses: actions/setup-node@v4
3232
with:
3333
node-version: '16'
3434
- uses: pnpm/action-setup@v2.4.0
@@ -63,14 +63,14 @@ jobs:
6363
runs-on: ubuntu-latest
6464
if: ${{ github.event_name == 'pull_request' }}
6565
steps:
66-
- uses: actions/checkout@v3
66+
- uses: actions/checkout@v4
6767
with:
6868
ref: ${{ github.event.pull_request.head.ref }}
6969
repository: ${{ github.event.pull_request.head.repo.full_name }}
7070
fetch-depth: 0
7171
#- name: Derive appropriate SHAs for base and head for `nx affected` commands
7272
# uses: nrwl/nx-set-shas@v3
73-
- uses: actions/setup-node@v3
73+
- uses: actions/setup-node@v4
7474
with:
7575
node-version: '16'
7676
- uses: pnpm/action-setup@v2.4.0

0 commit comments

Comments
 (0)