Skip to content

Commit

Permalink
upgrade build process
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasLukasczyk committed Jun 18, 2024
1 parent e1262d6 commit 8af69da
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ jobs:

steps:
- name: Check out Git repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: 'true'

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

- name: Install Dependencies
run: 'npm install'
Expand Down

0 comments on commit 8af69da

Please sign in to comment.