Skip to content

Commit

Permalink
chore: switch to node18 for actions (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikg authored Jun 7, 2023
1 parent 0297476 commit 71c11de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
npm i -g pnpm@$PNPM_VER
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
cache: 'pnpm'
cache-dependency-path: '**/pnpm-lock.yaml'
- name: install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
# pseudo-matrix for convenience, NEVER use more than a single combination
node: [14]
node: [18]
os: [ubuntu-latest]
steps:
- name: checkout
Expand Down

0 comments on commit 71c11de

Please sign in to comment.