Skip to content

Commit

Permalink
AT-10890: update action versions
Browse files Browse the repository at this point in the history
  • Loading branch information
rddimon committed Nov 23, 2023
1 parent fa4cbbd commit 7814762
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 @@ -9,10 +9,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install and test
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 16.x
registry-url: 'https://registry.npmjs.org'
Expand Down

0 comments on commit 7814762

Please sign in to comment.