Skip to content

Commit

Permalink
Update node version in publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
iamshabell committed Feb 7, 2024
1 parent 679e182 commit f5d74db
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,6 @@ jobs:
version:
timeout-minutes: 15
runs-on: ubuntu-latest

strategy:
matrix:
node-version: [18.x]

steps:
- name: checkout code repository
uses: actions/checkout@v3
Expand All @@ -23,7 +18,7 @@ jobs:
- name: setup node.js
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
node-version: 18
- name: install pnpm
run: npm i pnpm@latest -g
- name: Setup npmrc
Expand Down

0 comments on commit f5d74db

Please sign in to comment.