use of newest node version available + attempt cache v3 vs v4
This commit is contained in:
@@ -6,7 +6,7 @@ on:
|
||||
jobs:
|
||||
lint-format:
|
||||
runs-on: alpine
|
||||
container: node:20-alpine
|
||||
container: node:26-alpine
|
||||
|
||||
env:
|
||||
CARGO_INCREMENTAL: 0
|
||||
@@ -16,7 +16,7 @@ jobs:
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Cache cargo
|
||||
uses: https://code.forgejo.org/actions/cache@v4
|
||||
uses: https://code.forgejo.org/actions/cache@v3
|
||||
with:
|
||||
path: |
|
||||
~/.cargo/registry
|
||||
|
||||
Reference in New Issue
Block a user