Skip to content

Commit

Permalink
save
Browse files Browse the repository at this point in the history
  • Loading branch information
rndD committed Sep 24, 2024
1 parent ab87c05 commit 3a347c9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

jobs:
deploy:
runs-on: node:22
runs-on: ubuntu-latest
permissions:
contents: write
concurrency:
Expand All @@ -20,6 +20,10 @@ jobs:
working-directory: website
steps:
- uses: actions/checkout@v3
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: '22'


- run: npm install
Expand Down

0 comments on commit 3a347c9

Please sign in to comment.