Compare commits

..

1 commit

Author SHA1 Message Date
9ab5f9ca83 Update actions/upload-artifact action to v4
Some checks failed
Build and Deploy Website / Build Website (push) Failing after 42s
Build and Deploy Website / Deploy Dev Website (push) Has been skipped
Build and Deploy Website / Deploy Website (push) Has been skipped
2024-03-29 02:00:33 +00:00

View file

@ -9,7 +9,7 @@ jobs:
container: container:
image: node:lts image: node:lts
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v3
- name: Install Dependencies - name: Install Dependencies
run: npm install run: npm install
- name: Build English Version - name: Build English Version