Skip to content

Commit

Permalink
Update Node.js, Go, and Python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
fayeed committed Mar 23, 2024
1 parent f437fed commit 65867d8
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 deletions.
16 changes: 12 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: setup node
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18

- uses: pnpm/action-setup@v2
with:
Expand Down Expand Up @@ -47,7 +47,7 @@ jobs:
fail-fast: false
matrix:
platform: [GH-hosted-ubuntu, macos-latest, windows-latest]
node-version: [16.x]
node-version: [18.x]

needs:
- create-release
Expand All @@ -68,13 +68,21 @@ jobs:
- name: Install GO
uses: actions/setup-go@v4
with:
go-version: '1.20.6'
go-version: '1.22.0'

- name: Install/update node-gyp
run: npm install -g node-gyp

- name: Install Deno
uses: denoland/setup-deno@v1
with:
deno-version: v1.32.4

- name: Use Python 3.11
uses: actions/setup-python@v4
with:
python-version: '3.11'

- uses: pnpm/action-setup@v2
with:
version: 8
Expand Down Expand Up @@ -306,7 +314,7 @@ jobs:
- name: Use Node.js 16.x
uses: actions/setup-node@v1
with:
node-version: 16.x
node-version: 18.x

- uses: pnpm/action-setup@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish_staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
- name: Install GO
uses: actions/setup-go@v4
with:
go-version: '1.20.6'
go-version: '1.22.0'

- name: Install/update node-gyp
run: npm install -g node-gyp
Expand Down

0 comments on commit 65867d8

Please sign in to comment.