Skip to content

Commit

Permalink
Update Publish CI - PR #318 from glenn2223
Browse files Browse the repository at this point in the history
Updated `Publish CI` action to remove a warning when the action runs
  • Loading branch information
glenn2223 authored Aug 17, 2023
2 parents f714bb0 + 5c0da03 commit 19bf6e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Install Node.js
uses: actions/setup-node@v1
uses: actions/setup-node@v3
with:
node-version: 16.x

Expand Down

0 comments on commit 19bf6e3

Please sign in to comment.