Skip to content

Commit

Permalink
Update static workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mbraak committed Sep 28, 2024
1 parent b1b5f28 commit 3af3a3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ jobs:
- name: Setup ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.2'
ruby-version: '3.3'
- name: Setup node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 20
- name: Install pnpm
Expand Down

0 comments on commit 3af3a3d

Please sign in to comment.