Skip to content

Commit

Permalink
Update Github Actions versions
Browse files Browse the repository at this point in the history
  • Loading branch information
MunGell committed Jun 15, 2024
1 parent 24e414c commit b63fcef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '16.x'
node-version: '20.x'
- name: Build
id: build
run: |
Expand Down

0 comments on commit b63fcef

Please sign in to comment.