Skip to content

Commit 3ab9eed

Browse files
committed
update versions
1 parent f113e0f commit 3ab9eed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-mac-x64.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ jobs:
1717
node-version: [16.x]
1818

1919
steps:
20-
- uses: actions/checkout@v2
20+
- uses: actions/checkout@v4
2121
- name: Install OpenSSL
2222
run: HOMEBREW_NO_INSTALL_CLEANUP=1 brew reinstall openssl@1.1
2323
- name: Use Node.js ${{ matrix.node-version }}
24-
uses: actions/setup-node@v1
24+
uses: actions/setup-node@v4
2525
with:
2626
node-version: ${{ matrix.node-version }}
2727
- name: Build

0 commit comments

Comments
 (0)