Skip to content

Commit

Permalink
config: update node version
Browse files Browse the repository at this point in the history
  • Loading branch information
manuel-rw committed Dec 8, 2023
1 parent 81c6f81 commit 3f4650a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,13 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [ 15 ]
node-version: [ 18 ]
permissions:
packages: write
contents: read
pull-requests: write
steps:
- uses: actions/checkout@v3
- name: Setup
uses: actions/setup-node@v3
- uses: pnpm/action-setup@v2
with:
version: 8
Expand Down

0 comments on commit 3f4650a

Please sign in to comment.