Skip to content
This repository has been archived by the owner on May 26, 2024. It is now read-only.

Commit

Permalink
install node in runner
Browse files Browse the repository at this point in the history
  • Loading branch information
marcolarosa committed Sep 13, 2023
1 parent a4ac543 commit b651f1d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,17 @@ env:

jobs:
release:
runs-on: ${{ matrix.os }}

# Platforms to build on/for
strategy:
matrix:
os: [ubuntu-latest]
runs-on: ubuntu-latest

steps:
- name: Check out Git repository
uses: actions/checkout@v3

- name: Install Node.js, NPM and Yarn
uses: actions/setup-node@v3
with:
node-version: 18

- name: Log in to the Container registry
uses: docker/login-action@65b78e6e13532edd9afa3aa52ac7964289d1a9c1
with:
Expand Down

0 comments on commit b651f1d

Please sign in to comment.