Skip to content

Commit

Permalink
Update public.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
RSS1102 authored Oct 30, 2024
1 parent cce0477 commit f874c9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/public.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: setup node.js
uses: actions/setup-node@v4
with:
node-version: 14
node-version: lts/*
- name: install pnpm
run: npm i pnpm@latest -g
- name: Setup npmrc
Expand All @@ -35,4 +35,4 @@ jobs:
title: "chore: update versions"
publish: pnpm ci:publish
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit f874c9f

Please sign in to comment.