mirror of
https://github.com/mcanlas/6502-opcodes.git
synced 2024-12-21 18:29:22 +00:00
upgrade node
This commit is contained in:
parent
8ca5612bd2
commit
06e7f0bea0
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -9,9 +9,9 @@ jobs:
|
|||||||
name: Unit test
|
name: Unit test
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- uses: actions/setup-java@v3
|
- uses: actions/setup-java@v4
|
||||||
with:
|
with:
|
||||||
distribution: temurin
|
distribution: temurin
|
||||||
java-version: '17'
|
java-version: '17'
|
||||||
|
Loading…
Reference in New Issue
Block a user