Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
salamca committed Nov 1, 2023
2 parents 943ef01 + a2a8535 commit 0d0a40a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ jobs:
steps:
- name: Check out repository code
uses: actions/checkout@v3
- name: Use Node 16.x
uses: actions/setup-node@v1
- name: Use Node 18.x
uses: actions/setup-node@v3
with:
node-version: "16.x"
node-version: "18.x"
- name: List files in the repository
run: |
ls ${{ github.workspace }}
Expand Down

0 comments on commit 0d0a40a

Please sign in to comment.