Skip to content

Commit

Permalink
chore(ci): update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
mpalourdio committed Aug 29, 2023
1 parent 6b0b202 commit 0022a4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:
node-version: [ 18.x ]
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}

Expand Down

0 comments on commit 0022a4b

Please sign in to comment.