Compare commits
2 Commits
0f8dc86dd5
...
8790fb05fb
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8790fb05fb | ||
| 4b8771b925 |
@@ -8,12 +8,11 @@ jobs:
|
||||
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner."
|
||||
|
||||
- name: Setup Node.js
|
||||
working-directory: './server'
|
||||
uses: actions/setup-node@v3
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: '20'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user