Skip to content

Commit

Permalink
Bump node.js to v20
Browse files Browse the repository at this point in the history
  • Loading branch information
iBug committed May 29, 2024
1 parent 938abb2 commit 3f5e7b1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ on:
branches: ['*']
workflow_dispatch:

permissions:
contents: write

jobs:
build:
runs-on: ubuntu-latest
Expand All @@ -21,7 +24,7 @@ jobs:
ruby-version: '3.0'
- uses: actions/setup-node@v4
with:
node-version: 16
node-version: 20

- name: Cache Ruby gems
uses: actions/cache@v4
Expand Down

0 comments on commit 3f5e7b1

Please sign in to comment.