Skip to content

Commit

Permalink
test package
Browse files Browse the repository at this point in the history
  • Loading branch information
bziobrowski committed Feb 22, 2024
1 parent c1168b0 commit b7f5be4
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,18 @@ jobs:
run:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-node@v4
- uses: actions/checkout@v4

- name: Setup packages
id: setup-packages
run: |
sudo apt-get update -y
sudo apt-get install -y zip zstd jq git
- name: Setup Node.js environment
uses: actions/[email protected]
with:
node-version: 20
node-version-file: '.nvmrc'

- name: Setup Go environment
uses: actions/setup-go@v5
Expand Down

0 comments on commit b7f5be4

Please sign in to comment.