diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 2b91b4b8f..56660d927 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -16,26 +16,26 @@ jobs: matrix: include: - build: mac - node_version: '21.6.2' os: macos-14 - build: mac-intel - node_version: '21.6.2' os: macos-14 # - build: win32 - # node_version: '21.6.2' # os: windows-latest # - build: win64 - # node_version: '21.6.2' # os: windows-latest # - build: linux - # node_version: '21.6.2' # os: ubuntu-latest - container: - image: cimg/node:${{ matrix.node_version }} + # container: + # image: cimg/node:${{ matrix.node_version }} steps: - - uses: actions/checkout@v2 - - uses: actions/cache@v2 + - uses: actions/checkout@v4 + + - uses: actions/setup-node@v4 + with: + node-version: '21.6.2' + + - uses: actions/cache@v4 with: path: | ./node_modules @@ -71,7 +71,7 @@ jobs: if: matrix.build == 'mac' run: | yarn test - - uses: actions/upload-artifact@v2 + - uses: actions/upload-artifact@v4 with: name: build-artifacts-${{ matrix.build }} path: |