From 11790dabc2bc86c357e582d4c1be500e55ed1c4b Mon Sep 17 00:00:00 2001 From: Grant Nelson Date: Thu, 13 Jun 2024 17:04:38 -0600 Subject: [PATCH] starting on macos --- .github/workflows/macos-tests.yml | 6 +++--- .github/workflows/windows-tests.yml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/macos-tests.yml b/.github/workflows/macos-tests.yml index 3cd950c9e..074480a90 100644 --- a/.github/workflows/macos-tests.yml +++ b/.github/workflows/macos-tests.yml @@ -12,7 +12,7 @@ permissions: env: GO_VERSION: 1.19.13 NODE_VERSION: 12 - SOURCE_MAP_SUPPORT: false + SOURCE_MAP_SUPPORT: true GOPATH: ${{ github.workspace }}/go GOPHERJS_PATH: ${{ github.workspace }}/go/src/github.com/${{ github.repository }} @@ -24,10 +24,10 @@ jobs: steps: - uses: actions/setup-go@v3 with: - go-version: ${{ env.GO_VERSION }} + go-version: "${{ env.GO_VERSION }}" - uses: actions/setup-node@v3 with: - node-version: ${{ env.NODE_VERSION }} + node-version: "${{ env.NODE_VERSION }}" - uses: actions/checkout@v3 - name: Set up environment diff --git a/.github/workflows/windows-tests.yml b/.github/workflows/windows-tests.yml index 5beabe738..c32c6cf2c 100644 --- a/.github/workflows/windows-tests.yml +++ b/.github/workflows/windows-tests.yml @@ -23,10 +23,10 @@ jobs: steps: - uses: actions/setup-go@v3 with: - go-version: ${{ env.GO_VERSION }} + go-version: "${{ env.GO_VERSION }}" - uses: actions/setup-node@v3 with: - node-version: ${{ env.NODE_VERSION }} + node-version: "${{ env.NODE_VERSION }}" - uses: actions/checkout@v3 - name: Fix TEMP variable