Skip to content

Commit

Permalink
starting on macos
Browse files Browse the repository at this point in the history
  • Loading branch information
grantnelson-wf committed Jun 13, 2024
1 parent 0b2edc6 commit 11790da
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/macos-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/windows-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 11790da

Please sign in to comment.