Skip to content
This repository was archived by the owner on Nov 16, 2024. It is now read-only.

Commit 2eba9ed

Browse files
update
1 parent 65199ff commit 2eba9ed

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/node.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
strategy:
1818
matrix:
19-
node-version: [14.x, 16.x, 18.x]
19+
node-version: [16.x, 18.x, 19.x]
2020
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
2121

2222
steps:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717
},
1818
"homepage": "https://github.com/functionalscript/template#readme",
1919
"devDependencies": {
20-
"typescript": "^4.7.4"
20+
"typescript": "^4.8.4"
2121
}
2222
}

test.f.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
const { f } = require('./main.f.cjs')
1+
const { f } = require('./module.f.cjs')
22

33
if (f() !== 'Hello world!') { throw 'no hello' }

0 commit comments

Comments
 (0)